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
SpellNumber
couple of things missing from Exchange 2010?
SQL query on a financial reporting table
Fields not being read from CSV
Script to email newly created computers. Need to add groups & users accounts also.
Mixing x32 and x64 apps and OS's
Default Printer Changes using Terminal Server
VB equation is slightly off
Update HP onboard administrator SSH version?
.net Click Once With Silent Install