Extending the ASP.Net Multiline TextBox control to limit the number of characters entered
Last Updated: 16 Nov 2007
Page Views: 78,278
Rating: 4.39/5
Votes: 38
Popularity: 6.94
Bookmark Count: 68
Developers use multiline TextBox controls in almost all web projects. Since 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.