Ask a Question related to ASP.NET General, Design and Development.
-
Ruby #1
converting asp:textbox to uppercase
hi...
how can I convert user's input in textbox to uppercase, I try to write
client-side javascript (onkeypress event), and registered with
registeredstartupscript, it worked but there's a delay time everytime I
pressed a key.
Is there's any suggestion
Ruby
Ruby Guest
-
Uppercase enforcement with Spry
Problem: I want to have uppercases in the beginning of all textfield words. The length of the text must be various. Can?t figure out how to solve... -
Uppercase() Input textfield
hello. I'm trying to force only the use of Uppercase characters in an input textfield. That would be easy to do with an addListerner object +... -
uppercase strings
I would appreciate some help with this. I am learning Perl. I have a string inputed by the user. This string is then split, every first letter of... -
UPPERCASE Or lowercase
There's code at: http://www.mvps.org/access/api/api0046.htm which you can use to toggle the capslock key on or off. See Function IsCapsLockOn() ... -
Uppercase and Lowercase
Did you find a solution? I just downloaded the trial version of Dreamweaver MX and I cannot find how to change a selection to uppercase in the... -
Ray Dixon [MVP] #2
Re: converting asp:textbox to uppercase
Hi Ruby,
Try using the textbox's onchange event, instead. Then it will fire when you
change the contents of the textbox AND it loses focus.
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Ruby" <ruby@goldmart.co.id> wrote in message
news:3f28ac6b$1@news.cbn.net.id...> hi...
> how can I convert user's input in textbox to uppercase, I try to write
> client-side javascript (onkeypress event), and registered with
> registeredstartupscript, it worked but there's a delay time everytime I
> pressed a key.
> Is there's any suggestion
>
> Ruby
>
>
Ray Dixon [MVP] Guest



Reply With Quote

