EDN Admin
Well-known member
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
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