You don't have to convert it to anything. Create a dataset with the
same structure as the xml data. Bind the combobox to the dataset. In
the form load (or whereever you want to populate the combobox), enter
something like:
Me.MyDataSet.ReadXml("SomeData.xml")
where MyDataSet is the dataset you created and SomeData.xml is the xml
data file.
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.