Where can I find good information about the new client-side validation features included in ASP.NET MVC v2?
I would like to find information on using JavaScript for client-side validation without using DataAnnotations, and I would like to know how user validations are handled.
For example, if I want to check two fields together, how can I use the provided JavaScript? Or if I wanted to write a verification code on the server side that requested the database, how could I use the provided JavaScript to implement a similar verification?
I don't see books on MVC2 yet, and the blog entries I found are not detailed enough.
source share