0
votes
Client-Side Validation in MVC 2.0
Hadi's Delphi Blog
– ASP.NET MVC 2.0 Preview 2 now ships with client-side validation built into the box. It follows the same idea as the xVal framework whereby you can define validation rules once and have them enforced both on the server and the client. By default, MVC uses Data Annotations which is available in System.ComponentModel.DataAnnotations on the server and the jQuery Validator plugin on the client. Much like xVal you can customize these to use whatever you want. I’m preparing some demos for next week of how to do client-side validation and since there isn’t much info on it, I’ve decided to post ...
Statistics
|
Visits by Source |
User Actions |




