Im using Html.TextArea in my application and when i set its maxlength property to 255. It doesnt work and write more than 255 characters. how can this problem be solved
Im using Html.TextArea in my application and when i set its maxlength property to
Share
You can use a JavaScript validator. For example,