how to limit input with textbox multiline?
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Terry" <no@xxxxxxx>
- Date: Fri, 16 Feb 2007 08:48:44 +0100
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
.
Relevant Pages
- Re: Textbox - allow only numbers to be entered from keyboard
... The TextBox has a property to limit input to numbers, ... Using MFC, you can develop your own derived class to allow only numeric ... characters and a decimal point, another aproach is to search the web for a ... (microsoft.public.pocketpc.developer) - Re: how to limit input with textbox multiline?
... i want to limit input in this textbox up to 2O characters, ... unlimited amount of characters. ... which has no effect in a multi-line textbox. ... CustomValidator example ... (microsoft.public.dotnet.framework.aspnet) - Re: how to limit input with textbox multiline?
... i want to limit input in this textbox up to 2O characters, ... unlimited amount of characters. ... which has no effect in a multi-line textbox. ... CustomValidator example ... (microsoft.public.dotnet.framework.aspnet) - Re: Asian Americans as Leading Characters in Strips
... comic strip featuring an Asian American leading character." ... "Terry and the Pirates" was one of the leading characters. ... I think Charlie Chan was Hawaiian, ... (rec.arts.comics.strips) - Re: Screen flicker
... Terry D wrote: ... Those Samsung TFT's have a nasty habit of doing that. ... them they use weak glue to affix the characters to the dispersal ... There is a hidden port somewhere for topping up the glue levels, ... (alt.os.windows-xp) |
|