Hi,
I have a XML file which contains the following:
<config>
<webservices>
<webservice>
<name>A</name>
<value>http://www.123.com</value>
</webservice>
<proxy enabled="false" useiedefault="false">
<name>
</name>
<value>
</value>
</proxy>
</webservices>
</config>
Is there a way to change the values of 'webservice value' (from the XML file) through textbox in C# and save/update it afterwards?
TextBox1.Text = "http://www.abc.com";
// change value of xml