DataTable XML

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

How can I save DataTable XML representation to the string and also load data
(XML formatted) from the string to the DataTable?
 
Dave said:
How can I save DataTable XML representation to the string and also load
data (XML formatted) from the string to the DataTable?

Add the datatable to a new dataset and use the Xml methods of the dataset.

Frans.
 

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

Back
Top