VB.NET, XML and Datasets

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I am wondering about binding to XML. I have created the dataset and
written the XML file. Now I need to bind a textbox to the XML, any
ideas?

Thanks in advance

Brad
 
August 9, 2004

If you already have the XML file, then I would use the
DataSet.ReadXML(path) method. After you have the dataset
filled, then bind the textbox to the appropriate column and row in
the dataset. Good luck and good night.


Joseph MCP
 

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


Back
Top