Basically, what the title says. I have several properties that combine together to really make one logical answer, and i would like to run a server-side validation code (tha
I know that this has already been answered but it appears that MVC3 has added another way to accomplish this if you want to continue using DataAnotations Attributes.
Your class can implement the IValidatableObject interface which provides a Validate method. Just another way to skin a cat.