Link to home
Start Free TrialLog in
Avatar of m0tSiE
m0tSiE

asked on

Save details to xml file?

Hi,

I have a form that allows a user to enter details about their location that I want to save to an xml file so they dont have to renter the details each time. This way I can set it to save multiple location details in future.

The problem I have is I dont know how to write the details to an xml file.

The form has textboxes for:

Location
Name
Telephone Number

I'm wanting to set a button to write these to an xml file so it would look like..

<site>
<location>New york</location>
<name>Paul</name>
<phone>00000000</phone>
</site>

Can anyone show me how I can go about this?

Thanks,
Paul.
Avatar of bmatumbura
bmatumbura

This sample project may help:

http://www.freevbcode.com/ShowCode.Asp?ID=6322

Avatar of m0tSiE

ASKER

I tried downlaoding the source files but it wasn't compatible with vb.net.
ASKER CERTIFIED SOLUTION
Avatar of game-master
game-master
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of m0tSiE

ASKER

Cheers! :D


thank you for accepting my answer....

i just got my guru level.... :-)



Praise Be Unto God!

game-master