News

The goal of the IClientValidatable interface is to let you extend your server-side DataAnnotations with client-side functions in ASP.NET MVC 3. For instance, a Data Annotation that ensured that a ...
Registering the JavaScript Function The first step is to create a JavaScript function that registers a validation function with ASP.NET MVC's client-side list of validation functions. Your ...