Does ASP.NET MVC provide a standard validator functionality or do you have to create your own validation manually? If the latter, is there any third party validator available that you can use on ASP.NET MVC web applications?
Does ASP.NET MVC provide a standard validator functionality or do you have to create
Share
Shortly after I posted this answer I found xval which is a validation framework for ASP.NET MVC.