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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.