Applying jquery validation to dynamic content in ASP.Net MVC

added by xhalent
1/23/2011 7:00:12 PM

324 Views

The new unobtrusive validation features of ASP.net MVC are great, they do not allow the application of data-val-* validators in dynamic content. This post introduces an extension to the jquery.validate.unobtrusive library to enable the use of data-val-* validators in dynamic content.


0 comments