editing XML config file from within executing program in VB.NET
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
hi i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client. this is what my XML document looks like. 222.23.342.1 2222 c:\ 4 4 Custom 1200 1024 222.23.432.23 3333 d:\ 5 5 4 High 222.23.43.4323 5555 e:\ 10 1 4 Low 223.533.456.234 54334 e:\hello 10 45 4 Low 223.533.456.234 5433 d:\vineet 10 45 4 High say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code. Thanks