RequiredFieldValidators do not work with the CheckBoxList Web controls. (CheckBoxLists present a list of grouped check boxes for the user to select one or more checkboxes from.) If I specify a RequiredFieldValidator's ControlToValidate property to the ID of a CheckBoxList Web control I'm getting an exception informing that the CheckBoxList cannot be validated.
I'd like to ensure that the user has selected at least one checkbox from the checkboxlist.Can anyone please help me? Thanks
I'd like to ensure that the user has selected at least one checkbox from the checkboxlist.Can anyone please help me? Thanks