Hi guys,
As said databound checkboxlist is not sync with Items property I am having trouble in setting ENABLE property of databound checkboxlist items.
If I do following
chklistboxlist.Items[0].Enabled = true;
it returns me exception as Items does not contain anything for databound checklistbox.
Please advice how I can set/get this property to work.