Using the StringLength (or MaxLength) attribute in ASP.NET MVC, I am not receiving client-side validation
Currently, when using StringLength or MaxLength attribute, it only prevents further text input after the defined limit is reached, but without displaying a validation message.