DataTable dt = new DataTable(); dt.ReadXml(@"filepath.xml"); GridView1.DataSource = dt; GridView1.DataBind();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)