how to open the xml file in append mode?

chidambaram

Well-known member
Joined
Dec 27, 2007
Messages
62
Location
Chennai,India
Programming Experience
Beginner
I have another querry.

how to open the xml file in append mode?

I need to store the values in xml file. First time i create the file and save the information. I want to again open the same file and store next information below the previous information. So want to open that file with old details.

Thanks in advance
 
New topic = new thread. Post was moved.

Start with doing some research about the XmlDocument class; .Net documentation, tutorials etc.
 
Back
Top