|
-
Feb 21st, 2003, 11:38 AM
#1
Thread Starter
Junior Member
Combobox problem
I have a combobox I want to populate from a datatable, either by selecting partucilar cells from the table or just bind it to the datatable? but I cant get it to work plz help
-
Feb 21st, 2003, 11:42 AM
#2
Member
ComboBox1.DataSource = DataSet1.Customers
ComboBox1.DisplayMember = "CustomerID"
-
Feb 21st, 2003, 11:45 AM
#3
Thread Starter
Junior Member
thx
thx for the fast answer worked for the datatable 2 =)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|