Update an XML File

G

Guest

I'm creating an ASP.NET(c#) tool that allows the user to edit an xml file.

When the save button is clicked I want to commit the changes to the XML
file. What is a good way to do this?

I currently am reading the XML file into a DataSet using ds.ReadXMl() which
I then bind to edit controls in a datalist.

Thanks for the help.
 
V

vMike

Payx said:
I'm creating an ASP.NET(c#) tool that allows the user to edit an xml file.

When the save button is clicked I want to commit the changes to the XML
file. What is a good way to do this?

I currently am reading the XML file into a DataSet using ds.ReadXMl() which
I then bind to edit controls in a datalist.

Thanks for the help.

you might look into the dataset.writexml() method or xmldocument.save().
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top