Read/Write to XML File

L

Lou Civitella

Using VB.Net how do I read an XML file and then update its values. What I
would like to do is load data from an XML file onto fields on my form. I
would then like to type in new values into these fields and then update the
values in the XML file.

Thanks in advance,
Lou

Here is the contents of the xml file:
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ZipCode>11729</ZipCode>
<RefreshRate>5000</RefreshRate>
</Configuration>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top