D Darren Clark Apr 10, 2004 #1 Anyone have a solution for being able to set a max char limit for a textarea?
A Andrew de la Harpe Apr 10, 2004 #2 This is not a ASP.NET issue. HTML textarea elements do not have a maxlength property. You need to add some client code to handle this. A
This is not a ASP.NET issue. HTML textarea elements do not have a maxlength property. You need to add some client code to handle this. A