News

Adding Client-Side Validation in ASP.NET MVC 3 By having your data annotations implement the IClientValidatable interface, you can make it easy for developers to integrate your client-side validation ...
Are you using IE9 beta, per chance? IE9 beta does not behave like IE7 and 8 wrt javascript unless told to do so in the page's meta tag. Event wireup is one of the differences, I believe.
Adding Client-Side Validation in ASP.NET MVC 3 By having your data annotations implement the IClientValidatable interface, you can make it easy for developers to integrate your client-side validation ...