There is always a need of application to set maximum length allowed in textbox.
In this article we demonstrate both single line textbox and multi line textbox max length validation.
There is a different way to set maximum characters allowed for single line textbox and multiline textbox.
You can set "MaxLength" property for single line textbox.
For multiline textbox "MaxLength" does not supported.
Click here to view example on this. Click Here...
http://jayeshsorathia.blogspot.com/2...e-textbox.html