Custom Unobstrusive Jquery Validation in ASP.Net MVC 3

added by xhalent
1/26/2011 8:28:43 PM

256 Views

This post demonstrates how to add client side unobtrusive validation for custom validation attributes. I wil use a real example, which si the client side validation of the Australian Business Number and Australian Company Numbers for registered companies in Australia. These numbers are validated using a checksum algorithm.


0 comments