'Enter' key

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seok Bee

    #1

    'Enter' key

    Dear Experts,

    Currently, in my web form there is many controls and with a submit button.
    When I click Enter is will activate the submit. How can I disable the 'Enter'
    key to activate the Submit button?

    Regards,
    SB
  • Cerebrus99

    #2
    Re: 'Enter' key

    Hi,

    If your Button is a Html control, make sure it's HTML is not "INPUT
    type="submit".

    Check this link for more information : http://www.allasp.net/enterkey.aspx

    Regards,

    Cerebrus.

    "Seok Bee" <seokbee@yahoo. com> wrote in message
    news:5A2BE451-70EE-4DEF-8A72-390E42600FC7@mi crosoft.com...[color=blue]
    > Dear Experts,
    >
    > Currently, in my web form there is many controls and with a submit button.
    > When I click Enter is will activate the submit. How can I disable the[/color]
    'Enter'[color=blue]
    > key to activate the Submit button?
    >
    > Regards,
    > SB[/color]


    Comment

    Working...