How to check for Model validation errors in asp.net mvc?

Posted by Inez on Stack Overflow See other posts from Stack Overflow or by Inez
Published on 2010-06-14T20:55:37Z Indexed on 2010/06/15 0:22 UTC
Read the original article Hit count: 468

Filed under:
|

How to check from inside the View if there are any ModelState errors for specific key (key is the field key of the Model)

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about validation