How to change ErrorMessage property of the DataAnnotation validation in MVC2.0
- by Raj Aththanayake
My task is to change the ErrorMessage property of the DataAnnotation validation attribute in MVC2.0. For example I should be able to pass an ID instead of the actual error message for the Model property and use that ID to retrieve some content(error message) from a another service e.g database, and display that error message in the View instead of…