Client side validate checkboxlist using custom validator in Asp .Net
In this article we will see how to validate checkboxlist at client side to make sure that at least one item is checked. To do this we will use custom validator control and javascript.
Java script
Checkboxlist:
Custom Validator
Button
Final Output