Hi,
I am working in Expression Web4 and wanted to bind xml data in the grid view but it could not be done. Although the file was selected, could not get the desired output. Also tell me What is to be filled in the XML pathe Expression box. ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
varun goparajuPosted Dec 7, 2011, 6:09 AM
ds.ReadXml("path of xml file");
Gridview1.Datasource=ds;
Gridview1.DataBind();