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 ????