How to validate a user chose at least one checkbox in a CheckBoxList?
It’s easy to do this validation server side, but I am assuming you want to do it client side? JQuery can do this very easily as long as you have something that all checkbox controls have in common to use as a selector such as class (CssClass on your .NET control). You can make a … Read more