First Step:
Build a Xml.xml
French toast
Food>
11.21
Price>
Menuitem>
Tomato
10
Menu>
Next Step
Use dataset to get XML (DOXML.ASPX)
Private Void Page_Load (Object Sender, System.EventArgs E)
{
/ / Place the user code here to initialize the page
DataSet DS = New DataSet ();
DS.Readxml (MAPPATH ("XML.xml"));
DataGrid1.datasource = DS;
DataGrid1.databind ();
}