Ask a Question related to ASP.NET General, Design and Development.
-
cw #1
how to limit user input into the multiline text box????
Hi all,
Is anyone have an idea that limit message length input by user into
textbox. I'hv tried the maxlength property by setting it to 150, but it
seems like not working..,
regards
cw Guest
-
Text formatting - multiline text field?
- Access datasebase field set to memo - Online Form has a multiline text field How can you see paragraphs on your website, because when you... -
dynamic text multiline
I have text coming in via remoting. I can see the text, however it will not multiline for some reason. I have checked the height of the text box... -
limit input to numbers only?
thanks alot! one more question: is it possible to outclude the delete button in a simple way? i don't want the inputz to be not defined.. thanks -d. -
limit input to numbers?
is there any way to limit a input field to numbers so it wont take anything else? (even better: take nothing else except delete, but if the fields... -
write multiline text into ini / text-content / serialise
Hi, I was trying to write a multiline text into an ini file. Which is ok so far until it comes to read back the text with CR. When reading the... -
James J. Foster #2
Re: how to limit user input into the multiline text box????
Provided your textbox's TextMode is set to SingleLine or Password,
(MultiLine causes the control to be rendered as a textarea tag, where the
maxlength is ignored), the maxlength should limit the number of characters
allowed.
--
James J. Foster, DotNetCoders
[url]http://www.dotnetcoders.com[/url]
"cw" <cw_yeh@hotmail.com> wrote in message
news:ugsefjJPDHA.3836@tk2msftngp13.phx.gbl...> Hi all,
>
> Is anyone have an idea that limit message length input by user into
> textbox. I'hv tried the maxlength property by setting it to 150, but it
> seems like not working..,
>
> regards
>
>
James J. Foster Guest



Reply With Quote

