Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 527.2k

Data Annotation - Required

Jun 20 2021 4:53 PM

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


Answers (9)