Asp – How to do validation in ASP.NET MVC RC

asp.net-mvcvalidation

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?

Best Solution

Shortly after I posted this answer I found xval which is a validation framework for ASP.NET MVC.