Issues setting MAXLENGTH on TextBox TextMode=”MultiLine”

<asp:TextBox runat=”server” TextMode=”MultiLine” MaxLength=”500″ Height=”100px” Width=”200px” Text=’<%# DataBinder.Eval(Container, “DataItem.Caption”) %>’ ID=”Textbox2″ >

It can be solved via JS or REGEX
More at http://forums.asp.net/p/1251514/3326764.aspx

Comments are closed.