Friday 31 October 2014

Read XML and group using Generic in Asp.Net Using C#

Create new asp.net web application.
Add your xml file.Name it : abc.xml
Create new class file name it MyDTO.cs


Now Add new web form to show xml data in grid.

Open Webform html view.
Use below code:

Now open webform.cs file.