Average article rating: 4.73
ASP.NET Controls
Extending the ASP.NET multiline TextBox control to limit the number of characters entered
Posted: 30 Aug 2007
Updated: 16 Nov 2007
Views: 113,043
Rating: 4.73/5
Votes: 44
Popularity: 7.78
Licence: The Code Project Open License (CPOL)
Bookmarked: 78
Downloaded: 402
Developers use multiline TextBox controls in almost all web projects. Since the MaxLength property of a TextBox control does not work when the TextMode property is set to Multiline, we usually use Validator controls to validate the length.
No blogs have been submitted.