We've already shown you a couple ways to display data from an XML file on a web page in our
original XML to HTML (via XSL) sample and by using ASP.NET's XML control.
While both of those scripts utilize an XSL stylesheet to format the XML into an appropriate HTML format, sometimes
it's useful to take it a step further and actually use the XML as a true .NET data source. This sample shows you
how to use an XML file as the data source of an ASP.NET DataGrid control.