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
Find all records that don't exist n a table
xml to array
System DSN doesn't show in Excel
Accessing an FTP server internally that is on a different subnet.
What is a document library
Display a form within a Panel. How to hide caption bar?
Javascript... add onmouseover .... variable not working
Files scp'ed from Unix servers to Win XP (running WinSSHD V5 ) could not be deleted on the PC
C# delete empty rows in excel
Windows Small Business Server 2008 Console Updates