Click to See Complete Forum and Search --> : To store textboxes values in xml file


rajtelco04
June 9th, 2007, 02:49 PM
Hi Gurus,
I have a form having some textboxes. I want that when the user clicks Save button on the form the textboxes values gets saved in an xml file without overwriting the previous entered values.
dataset.WriteXml method is overwriting the previous values.
Pls send the answer as soon as possible.
Thank You

mcmcom
June 11th, 2007, 09:09 AM
create a new node and write it to that. I dont know the structure of your Xml Document however if you had an answer in a node already you can make another node either below it or beside it and write the values to that.

hth,
mcm