views:

1492

answers:

2

Hi,

What are my validation options with .net mvc?

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

+7  A: 

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

PhilGriffin
+1  A: 

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/

Gopinath