1
Answer

Read xml file using C# .net windows application

omkar jante

omkar jante

13y
7k
1
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)