Participant
1499 Points
501 Posts
Jan 01, 2011 01:28 AM|atulthummar|LINK
Hi,
For Eaample,
string XMLFilePath = "test.xml"; XmlDocument objXmlDoc = new XmlDocument(); objXmlDoc.Load(XMLFilePath); DataSet dstemp = new DataSet(); dstemp.ReadXml(XMLFilePath);
You will get the All XML as Dataset. now you can do want you want to achieve
Participant
1499 Points
501 Posts
Re: Web service XML output to table
Jan 01, 2011 01:28 AM|atulthummar|LINK
Hi,
For Eaample,
You will get the All XML as Dataset. now you can do want you want to achieve
Atul T.
Please click "mark as answer" if this post helped you.