|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
XmlDataDocument as a datasource for combobox?I have an XmlDataDocument. How do I go about converting this to
something I can use as a datasource for a combobox? Dustin Davis wrote:
> I have an XmlDataDocument. How do I go about converting this to You don't have to convert it to anything. Create a dataset with the> something I can use as a datasource for a combobox? 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.
Q: Viewing an excel file
Get Calling Function Info How to set OpenFileDialog to "My Computer" Simple dataset update @ runtime not working How to Transfer an Excel Range to an ADO.Net DataSet or DataTable in VB.Net? Diagnostic Information Collation Problems when try to launch word in server 2003 Delete files/directories through VB Net beginning vb Begginer questions |
|||||||||||||||||||||||