|
-
Apr 26th, 2006, 03:17 PM
#1
Thread Starter
Junior Member
Drop Down / Dataset , insert blank in top ?
I would like to inset blank or "select" in the top the dropdown,
cbxStoreCategory.DataSource = categoriesBindingSource2;
cbxStoreCategory.DisplayMember = "CategoryCode";
//cbxStoreCategory.Items.Insert(0, "--Select--");
however I cannot do this way, any suggestion ?
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
|