I am trying to read xml file using C# .net. But i dont want to use DataSet and want to read data and show in a table format.
The xml file i am using is having multiple child nodes. Please help me how to read it manually, (without dataset).
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthikeyan AnbarasanPosted Mar 18, 2011, 9:57 AM
Please check these links
http://support.microsoft.com/kb/307548
http://www.java2s.com/Code/ASP/XML/ReadinganXMLFileandattributesusingXmlReader.htm