I\'m trying to write my own Custom Validation attribute but I\'m having some problems.
The attribute I\'m trying to write is that when a user logs in, the password w
Sorry to disappoint you but handling such a simple case like yours using Data Annotations could be a pain. You may take a look at this post.