Ask a Question related to ASP.NET General, Design and Development.
-
cw #1
How to disable the default button?
Hi group,
My page consist of few text boxes and a server side button control
(asp:button), when i finished editing and press enter key, it will fire up
the button click event. How to disable this event till i click or focus to
the button?
regards,
cw Guest
-
disable default loadbar
hi all how do i disable the default shockwave loadbar from displaying on my published movies. ive looked under publish settings, but the couple... -
HOW TO DISABLE BACK BUTTON IN ASP
hi all For a user to log of in an application ,i've used session.abandon method and furthur the control is redirected to the home page.as a... -
Disable escape button
Hi All, I am trying to disable the escape button in the key board, if the escape button is pressed movie(which is a projector in my case) is being... -
Disable the tab button
Hi All, I have a little problem, i have some sort of calculator with a bunch of textmembers which are editable. The thing is that i don't want ppl... -
Disable the Tab button in FLash MX
Hey what's up people? I wanted to know if anyone knows how one can disable the TAB button when users are on a site. The problem Im's haveing cac... -
Deepak Kumar Vasudevan #2
Re: How to disable the default button?
Hi:
You can trap the ENTER key (event.keyCode) and return false. Optionally before return false, you can also show the user some message.
That should nullify 'Enter' Button effect.
--
================================
Deepak Kumar Vasudevan (MVP)
CS Software Solutions
Phones: +91-44-2819-1336 thru 38
91-98400-26014
[url]www.cssolutionsinc.com[/url]
Mailbox Protected by SpamPal ([url]http://www.spampal.org.uk/[/url])
================================
"cw" <cw_yeh@hotmail.com> wrote in message news:#ig8mf$WDHA.3924@tk2msftngp13.phx.gbl...
Hi group,
My page consist of few text boxes and a server side button control
(asp:button), when i finished editing and press enter key, it will fire up
the button click event. How to disable this event till i click or focus to
the button?
regards,
Deepak Kumar Vasudevan Guest
-
Saravana #3
Re: How to disable the default button?
check out this link,
[url]http://www.allasp.net/enterkey.aspx[/url]
--
Saravana
Microsoft India Community Star,MC**
[url]www.ExtremeExperts.com[/url]
"cw" <cw_yeh@hotmail.com> wrote in message
news:#ig8mf$WDHA.3924@tk2msftngp13.phx.gbl...> Hi group,
> My page consist of few text boxes and a server side button control
> (asp:button), when i finished editing and press enter key, it will fire up
> the button click event. How to disable this event till i click or focus to
> the button?
>
> regards,
>
>
Saravana Guest



Reply With Quote

