Thread: CheckBoxList
View Single Post
Old Apr 15th, 2008, 9:12 PM   #5
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 754
Rep Power: 3 Jimbo is on a distinguished road
Re: CheckBoxList

Why not use a RadioButtonList though? The definition of that is single-select, whereas CheckboxList provides a multi-select functionality. Unless you want something that clears the rest, like this:
select all that apply:
[] a
[] b
[] c
[] none of the above
In which case, when the last one is selected, I'd just set the others to not selected.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote