Validation of user input is integral to building a modern web application, and ASP.NET MVC offers us a way to enforce business rules on both the client and server using Model Validation. The recent release of ASP.NET MVC 3 has improved these offerings on the client side by introducing an unobtrusive...
Posted to
Scott's Blog
(Weblog)
by
srkirkland
on
02-23-2011, 12:00 AM
Filed under: ASP.NET, ASP.NET MVC, Code, Data Annotations, jQuery, MVC, Tips, Validation, Visual Studio