disable enter key

N

nicholas

How can I disable the enter key on an asp.net page?

As the default button is the first on the page,
and as the enter key clicks the default button,
and as my first button on the page is th 'logou' button
=> when I have a search form for example and my users press ENTER instead of
clicking on the button, they are logged out instead of transferred to the
search results.

So, I would like to disable the ENTER key...unless sombody has a better
idea.

THX !
 
N

nicholas

THX a lot.

I also found another solution: use asp:linkbutton instead of asp:button

Ciao,
Nic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top