Month: June 2009
-
Using JQuery With WebForms Controls
The scenario: We have an ASP.NET CheckListBox from which we want to ensure at least one option has been selected before allowing the user to click a button. Sounds simple enough, but we’re going to use JQuery to do all of this work on the client. ASP.NET MARKUP: Simple and straightforward.. Now lets…