mchoudhury
Programmer
Hi Experts
I have a checkboxlist, inside the checkboxlist i have 5 items (checkboxes). Say if a user selects a checkbox how would i represent this in vb.net code. if it was just checkbox i would say:
a.checked = true
but with checkboxlist i have values, say a users selects two checkbox how would i write the code.
Thanks
Mac
I have a checkboxlist, inside the checkboxlist i have 5 items (checkboxes). Say if a user selects a checkbox how would i represent this in vb.net code. if it was just checkbox i would say:
a.checked = true
but with checkboxlist i have values, say a users selects two checkbox how would i write the code.
Thanks
Mac