Create xml file with schema

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
Im using .net 2008 to create windows application, I have form with 2 text boxes and a button, i want to save the text in text boxes to xml file when click the button..
<serverID><br/>
<Description>textBox1.text</Description><br/>
<IP>textBox2.text</IP><br/>
</serverID>
I managed doing all of the above if the xml file already exists, my problem i dont know how to create xml file with these nodes and save the text of each textBox in it??
Thanks :)<br/>

View the full article
 
Back
Top