How to read a Xml string into dataSet

A

ad

I use a string variable which read an XML file from WebService.
The name of the string variable is sXML;

Then I new a DataSet:
DataSet ds = new DataSet();

How can I read sXML into ds?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top