1
Reply

Read xml file using C# .net windows application

omkar jante

omkar jante

Mar 18 2011 8:17 AM
7k
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).

Answers (1)