I\'m trying to use asp:
I want a way to spe
Here's how we did it (keeps all code in one place):
<% TextBox1.Attributes["maxlength"] = "1000"; %>
Just in case someone still using webforms in 2018..