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
This entry was posted
on Wednesday, September 23rd, 2009 at 3:38 am and is filed under .NET Development Blog.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
Comments are closed.