Click to See Complete Forum and Search --> : Check Box List As Radio Button List


ABudair
January 28th, 2004, 09:01 AM
Hi All,

I want to ask if i could force the user to select one item of check box list, and in other words if i could treat a check box list as a radio button list. and if i could please tell me how??

tomcat101
February 5th, 2004, 01:51 AM
hey abudair,

i'd say you've two options:
first is to set the property 'SelectionMode' of your checkbox-list to 'one' or, like i prefer to do because i think it's more flexible, implement the 'ItemCheck'-event handler and make a loop which calls every item, uncheck it and check just the one where the user clicked on.

hope this helps