Create xml document

  • Thread starter Thread starter Mark Goldin
  • Start date Start date
I fyou use a dataset to store you data you can simply use the the writeXML
and readXML. methods.
 
Using the classes in System.Xml namespace, e.g.

System.XML.XmlDocument xl =new System.XML.XmlDocument();

There are different ways of doing so. Your approach will be dictated by what
you are trying to do.
 

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

Similar Threads


Back
Top