Hi
I have given below Data Annotation but it does not display message at Client Side even if no of characters entered is more than 4
[Required(ErrorMessage = "Id cannot be Blank. Max length should be less than or equal to 4."), MaxLength(4)]
Secondly if only alphabets are entered then also it gives error message - Special characters are not allowed.
Thanks