MaxLength property works only with single-line TextBox (its not about
ASP.NET but HTML and how TEXTAREA vs INPUT behaves). You'd need to write
custom validation to check the length when typing.
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke
I have a MultiLine TextBox (WebForm - C#) with the MaxLength property = 1000
but am able to type in an unlimited number of characters. Is there a way to
limit the number of characters that can be typed into this TextBox?