Description of XML and DataGrids :
This tutorial is easy to learn for the readers. In this tutorial the author tell you the method for filling the datagrid control with the contents of the XML file. You simply set the XmlDocument's DataSet as the DataGrid's DataSource and bind the control. This tutorial offers you the sample code which will be helpful for your .NET applications.