T
Terry
Hi,
i want to limit input in this textbox up to 2O characters, but i can input a
unlimited amount of characters. How to limit that?
<asp:TextBox ID="txtStreet" runat="server" Width="200px" MaxLength="20"
rows="2" TextMode="MultiLine"/>
Thanks
Terry
i want to limit input in this textbox up to 2O characters, but i can input a
unlimited amount of characters. How to limit that?
<asp:TextBox ID="txtStreet" runat="server" Width="200px" MaxLength="20"
rows="2" TextMode="MultiLine"/>
Thanks
Terry