Swapnil Mahangare
Saturday, 16 March 2013
store xml data to dataset
DataSet ds = new DataSet();
ds.ReadXml(Server.MapPath("~/products.xml"));
//Readxml read xml file and convert into datatable
GridView1.DataSource = ds.Tables[0];
GridView1.DataBind();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment