Textbox maxlength..... Why doesnt that ever work???

  • Thread starter Thread starter Darren Clark
  • Start date Start date
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
 
Back
Top