Microsoft .Net Solutions
Here you find .NET Related Solutions
Pages
Home
Devops
Azure
Typescript
Node JS
Appium
About
Saturday, 15 September 2012
reading xml to dataset
//reading the xml data to dataset
DataSet ds = new DataSet();
ds.ReadXml(HttpContext.Current.Server.MapPath("~/UploadFile/" + Session["Name"].ToString()) + ".xml");
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