Read xml file using C# .net windows application
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).