Question How to check specific items in CheckListBox at load

sputnik

Member
Joined
Oct 11, 2005
Messages
10
Programming Experience
5-10
I have multiple items in a checklistbox.
In the page load, I'm trying to check specific items in the list (2,4,8)

I've tried cbl1.items.Item(2).checked, and different combinations of this and I can't get anything to work.

How can this be done?
 
Back
Top