I want to use the value given by the user in the textbox as value for TestMode in the XMl file. The XML file looks like below.
<appSettings>
<add key="SaveWindowItemsMap" value="true"/>
<add key="TestMode" value=""/>
</appSettings>
The value is to be passed as given by the user(in text box) in runtime and it should not be updated in the XML file.
XmlDocumentwould go long way in making question better).