Hi everyone!
I am useless at this and I hope one of you smart guys can help me with this. I have a checkboxlist and I want all the boxes to be deselected when one particular box is checked and that particular box to be deselected when any of the other boxes are checked. Any good advice on how to accomplish this.
Thank you.
Fred
Loading
Fred OdmanPosted Jan 14, 2009, 4:34 PM
Thank you for looking at it.
Fred
Guest UserPosted Jan 14, 2009, 2:15 PM
If only one selection is valid, then you should be using radio buttons, not checkboxes. A list of checkboxes implies that none, one or many choices are valid. A list of radio buttons implies that only one selection is valid.