- Posted:
02 Jun 2018
- Author: Mudassar Khan
-
- Technology:
C#
- Language:
English
-
In this video tutorial, Mudassar Khan has explained how to read, parse and import XML file in Windows Forms DataGridView using C# and VB.Net.
The XML file will be read and parsed using a DataSet and all the records from the XML file will be imported into a DataTable within the DataSet.
Finally the DataSet will be used to populate and display the data from XML file in Windows Forms DataGridView.