Simple XML - I think

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey Group,

Sorry to ask such a simple question, but ..........

How do i connect to a XML file?

I mean as in I have a XML file which has 3 feilds:
Username, Password, Access.

I would like to have a form with a Datagrid on and 3 text boxs for my
feilds.

Also for my password, if I have 2 x Text Boxs for the password how do i
validate the input of the first one via the second one?

Cheers
Si
 
Hi Simon,

Create a dataset, I have surely hundreds of samples with that in this
newsgroup.
Write and read it with writeXML and readXML

For the rest you can use it the same way as every dataset, what I know you
did. However do not create an XML file as a kind of document file.

(You can as well create it using the designer and xsd by adding that using
the solution explorer to your IDE, do than not to do with a right click
"generate dataset")

Cor

(I have to go soon therefore this message this time withoug a sample)
 
Back
Top