Hi all,
The following link http://www.codeproject.com/KB/webforms/disableListItems.aspx disables items 1 and 2 from the checkboxlist if the user selects checkbox item 3.
Can someone PLEASE tell me how i could change the code in this link to work for ListBox.
So if I had 5 items in the lisr box (below)
AA
BB
CC--disable
DD--disable
EE
It will disable items CC and DD. But this will be disabled when the form loads...
please help me? please...