Community discussion forum

Changing the Attribute value of an xml node in VB.NET

  • 1 year ago

    Hai i am having an XML File in the format ..

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>

     <appSettings>
                     <add key="MenuItemFile.Text" value="File" />
                     <add key="dbsettingsOleDB" value="val1" />
                     <add key="dbsettings" value="val2" /> 
                      <add key="TestVal" value="val3" /> -->  
    </appSettings>  
    </configuration>

    I want to change the value of the Attribute whose key is "TestVal"

    How can i do this .. Coding i want to do in VB.NET ..I m using .net 2003

    Plz help 

    --> -->

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!