Disable single CheckBox in CheckBoxList?

  • Thread starter Thread starter MattB
  • Start date Start date
M

MattB

asp.net 1.1, vb.net

I have a CheckBoxList that I need to conditionally disable one or more
individual checkboxes from at runtime.

I was hoping I could so something like:
MyCheckBoxList.Items(1).Enabled = False

But it doesn't appear to work that way. Can I do this or would I have to
ditch the CheckBoxList and go with individual Checkboxes? I really hope
I do not have to do that!

Thanks!

Matt
 
Back
Top