Ramco Ramco

Ramco Ramco

  • 412
  • 3.5k
  • 569.6k

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)