CheckboxList -disable individual checkbox
In a CheckboxList if I want to disable a particular checkbox in the list how do I do this?
A single checkbox has an Enable but and the CheckboxList has an enable but it affects all checkboxes.
There is no CheckBoxList.Items(0).Enabled
I'm sure there must be a way to do this....
Re: CheckboxList -disable individual checkbox
strangely enough there isn't a way to do this that is built in. Here's my solution to the problem:
http://www.mredkj.com/vbnet/CheckBox...emDisable.html