Here Mudassar Ahmed Khan has explained with an example, how to implement maximum Length validation for TextBox using JavaScript and jQuery.
HTML TextBox does have MaxLength property but it does not provide features such as Character Count i.e. displaying the user number of character left.
Thus using the ASPSnippets MaxLength jQuery plugin, one can enforce character limit validation and optionally display the Character Count.
↧