Click here to Skip to main content
15,914,071 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get data from xml page to gridview in asp.net?
Posted
Updated 17-Feb-10 22:44pm
v4

Read Xml using DataTable/DataSet's ReadXml methods
Bind the GridView to the DataTable/DataSet
 
Share this answer
 
Is it a big deal?

Just use XDocument.Load to load the XML make appropriate alteration and put it into a gridview...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900