Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read data from XML file and display it in a form after loading

Status
Not open for further replies.

xramaas

Programmer
Nov 11, 2002
20
YU
Maybe this is a simple question, but I'm new to VB and
I would appreciate if someone could tell me how could I read data from XML file, and display it on my form with
just one click. [yinyang]
 
create a dataset and use the readXML method. This will populate the dataset with the XML schema and data. You can then loop through the dataset table and display the data
 
Thanks, I'll try it. If you have some time, I would appreciate some simple code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top