Friday, February 5, 2010

Javascript to check multiline textbox max length asp.net C# VB.Net

Most of the asp.net developers knew that maxlength property of textbox will work even the multiline property set to true. But it doesnot work. To check or restrict maxlength of a multiline textbox you have to develop a javascript fucntion. In this article i will show you how you can limit or restrict multine textbox character limit using javascript.
If you are looking for textarea then click here

No comments:

Post a Comment