xml method

G

Guest

Hi all,

Need an idea.

From vb.net form i'll pass that form to a function. The function will check
all the controls (textbox,combo or checkbox) in that form and take that
control tag (each control having some field name on their tag) and then
values and it will save it to xml file. Same as Retrieve.

Each form having nearly 50 controls and nearly 40 forms. everything will
save in a single xml file.

For this can i use dataset or xml reader or any other method. Which method
is better?

thanks
bala
bala
 
C

Cor Ligthert

Bala,

I never talk about better, in past I did this kind of things with the
loadXML now I try it always first with the dataset.readXML

Is that a good answer?

Cor
 

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

Similar Threads

xml help 2
What to search for 8
DLL for XML Data Transfer 5
Object Serialization 4
Multi-Dimentional Control Arrays And A Problem 8
Embedding Acrobat Doc inside of XML File 1
XML Data Access 5
XML Parsing Help 9

Top