up vote 8 down vote favorite
share [g+] share [fb]

What are my validation options with .net mvc?

Do any of them have a nice validation summary like webforms did?

link|improve this question
feedback

2 Answers

You can use a MVC html validation summary,see this blog

http://blog.maartenballiauw.be/post/2008/08/29/Form-validation-with-ASPNET-MVC-preview-5.aspx

link|improve this answer
feedback

xVal is the best one. We implemented in three web applications and we will use it in many more in the future(until we find a better one than this). Check the details of xVal here

http://blog.codeville.net/2009/01/10/xval-a-validation-framework-for-aspnet-mvc/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown