Bind a DataGrid to a XML file
...Programming tutorial Binding a DataGrid to an XML file... This tutorial will show you how to bind a DataGrid to a simple XML file so you can display the values as rows and the tags as columns. Start a new ASP .NET Web Application project. From the Solution Explorer window right click the project and choose Add - New Item. From the Add New Item window choose XML File. In the name textbox enter Movies.xml. This...