13
shouts

ASP.NET MVC Tip #3: How to cover ALL your client-side form validation needs without writing any JavaScript | devermind.com

published 267 days, 11 minutes ago posted by http://claimid.com/adriangrigorehttp://claimid.com/adriangrigore 268 days, 1 hour, 33 minutes ago
Monday, June 22, 2009 1:13:31 PM GMT Sunday, June 21, 2009 11:50:50 AM GMT

Client-side form validation has become a de-facto standard for modern web applications. However, there are some validation rules which cannot be checked completely on the client side, for example because the validation depends on information stored in the server database. For those rules you need to implement remote client-side form validation.

This article describes how to implement remote client-side form validation so that you don't have to write any custom javascript for new validation rules.

category: ASP.NET | clicked: 105 | | source: devermind.com | show counter code
tags: ASP.NET MVC, forms, Validators