From the monthly archives:

March 2009

Easily Validate ASP.NET CheckBoxLists With jQuery

March 8, 2009

The CheckBoxList control is very handy and easy to use. Unfortunately when it comes to validating it, none of the built in ASP.NET validators can get the job done. This post shows how you can easily validate CheckBoxLists with jQuery in less than 5 minutes.

Read the full article →