I'm using entity framework code first in an ASP MVC project, and I'd like to change the error message that appears for validation of a numeric type....I have a property like...public decimal Amount1 { get; set; }
...If I enter a non-number in the field, I...