help me read xml file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there, To display an XML file using the datagrid control, you can simply load the xml document into a data source such as the DataSet object, then bind it to the grid control. You can see an example from here[^]. Another option is to use the XML server control[^].