Unobtrusive Client Side Validation with Dynamic Contents in ASP.NET MVC 3
- by imran_ku07
Introduction: A while ago, I blogged about how to perform client side validation for dynamic contents in ASP.NET MVC 2 at here. Using the approach given in that blog, you can easily validate your dynamic ajax contents at client side. ASP.NET MVC 3 also…