How to: validate CheckBoxList control in ASP.NET?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The MSDN documentation states that it is not possible to validate the
CheckBoxList server control in ASP.NET using the RequiredFieldValidator.

Is it possible to do this via the CustomValidator using client-side script?
I have attempted to write javascript code, but cannot pull the value of the
argument.

Any ideas? Thanks.
 
Back
Top