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
how to recover the hdd image
xp sp2 clients wont log or ping server 2003
Need help building a regex
How do I ensure different backup jobs append to the same tape(s) in a media set through the week Backup Exec 2010?
VS2008 - Help with preferences
Why does this xslt sort not work?
Java/J2EE class loading architecture
onClick toggle function
RAID1 in MAX OSx
The object invoked has disconnected from its clients.