G
Guest
I am getting a xml STRING which i am loading into a XMLDOCUMENT.
Dim xmlDoc As XmlDocument = New XmlDocument
xmlDoc.LoadXml(retXML.ToString())
My Q :
How to read the XmlDocument to a DataSet ??
I want to bind the DataSet to a Repeater.
Is there any other way to Bind to a repeater from XmlDocument?
Thanks
vinay
Dim xmlDoc As XmlDocument = New XmlDocument
xmlDoc.LoadXml(retXML.ToString())
My Q :
How to read the XmlDocument to a DataSet ??
I want to bind the DataSet to a Repeater.
Is there any other way to Bind to a repeater from XmlDocument?
Thanks
vinay