Click to See Complete Forum and Search --> : Mulitline Textbox. how to make maxlength more than 1000


animal415
10-10-2006, 09:57 AM
VB.NET, ASP.NET. The maxlength property of the multiline textbox does not work for ASP.NET is what I am finding out. I am using the multiline textbox to display database info that can easily exceed 1000 characters. However, the textbox chops it off at 1000. How can I make the textbox accept MORE than the default 1000, like maybe 10,000.