I have to check to see if the new users email already exists in the database. The email passes all the normal validation but what if I want to trigger a special validation from the controller if the email already exists after checking it against the database?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In controller:
In View:
Hope this helps |
|||
|
|
|
I think what you are looking for is the This is a ValidationAttribute for remote validation. It works like the other validation attributes by adding model errors to your modelstate dictionary. Check out these articles on using the |
|||
|
|