Microsoft
Software
Hardware
Network
Question : Getting Dataset of ComboBox?
I'm using winform with vb.net.
How can I get the dataset that a ComboBox is bound to, the data that would appear when pressing the down arrow on the ComboBox?
Answer : Getting Dataset of ComboBox?
When you bind a DataSet to a Combobox, you use the DataSource property. You can then use that property to get the DataSet....
Dim ds As DataSet = CType(Combobox1.DataSource
, DataSet)
Wayne
Random Solutions
pp0 IP configuration.
Outlook: Errors have been detected in the file
How do I delete all records from an ADODB recordset?
db connection error running app as service
No Link Light - Qlogic QLA4010C iSCSI HBA in VMware VI3 ESX server
check_directory_files
Is Multiple Mirror's possible?
I need to change the color of a DataGridView scrollbar in C# WinForms
INSERT INTO table with no Duplicates
Oracle Build Table of tables