Hello
I have this:
[Range(1, 1000, ErrorMessage = "Enter a value between 1 and 1000")]
public object ObjectLimit { get; set; }
Works great, but it doesnt show the error message, it shows some standard "The value '554g' is not valid for the ObjectLimit field."
How do I fix that?