|
hi all!
i using this code
Dim oDs As New DataSet
oDs.ReadXml(Request.PhysicalApplicationPath + "XMLFile.xml")
GridView1.DataSource = oDs
GridView1.DataBind()
for databind in gridview
but it binds only one column from xml file.
xml file has many columns, i want bind all columns from xml file.
i attached xmlfile.zip.
thanks for advance
Last edited by Rams; 09-19-2009 at 09:32 AM..
Reason: not mention in language
|