|
-
Mar 4th, 2003, 08:27 AM
#1
Thread Starter
Lively Member
Checking items in a CheckedListBox
I have populated a CheckedListBox with values from DB this way...
MyMenu.DataSource = dv
MyMenu.DisplayMember = "Menu_Name"
this works fine... it gets populated.
but i want few items to be checked, the value of which is stored in another BIT field of the same table.
how do it do that.
do i have to loop thru all the items ????
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
|