This example demonstrates the basics of loading XML into a DataSet. DataSet methods such as ReadXml(), GetXml() and GetXmlSchema() are called and the output of the methods is written to an ASP.NET page. The DataSet is then bound to a DataGrid.