Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » Validation   (RSS)
jQuery Tutorial: Validation with the jQuery UI Tabs Widget
This is so long overdue, but I told Dave Ward last Summer I would post this Blog and well I have not been so good on that commitment. If you want to validate a form that is organized using the jQuery UI Tabs widget you probably need to perform validation Read More...
Guiding User Input with the JQuery Masked Edit Plugin :Thin ASP.NET Part 4
Yesterday I walked through applying the JQuery Validation plugin to an ASP.NET web page . Today I want to extend the concept of guiding user input as they complete an online form by demonstrating the JQuery Masked Edit plugin . The ASP.NET AJAX Control Read More...
Adding Client-Side Form Validation with JQuery: Thin ASP.NET Part 3
Now that I have demonstrated how to create a thin Contact form in ASP.NET using JQuery and some AJAX it is time to start making it even better. One of the first rules I learned back in my youth was users will enter anything in any field despite what logic Read More...
Cures for Common Aliments - Using a RequiredFieldValidator with a RadioButtonList, DropDownList, ListBox and any other ListItem Control
I have decided that it would be useful to post a series of solutions to some fairly common problems encountered by many ASP.NET programmers. Some of these cures will be second nature to many, but they will all be a useful reference at some point in your Read More...