ASP.NET Canceling the Default Submit Button
Posted
by Ryan Smith
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Smith
Published on 2009-09-24T18:31:36Z
Indexed on
2010/04/16
20:53 UTC
Read the original article
Hit count: 327
ASP.NET
|defaultbutton
I have an ASP.NET application where there's a few ASP.NET buttons and several plain HTML buttons.
Anytime there's a textbox where a user hits enter, the ASP.NET button trys to submit the form.
I know I can change the defaultButton, but I don't want there to be any default button. I just want it so when the user presses enter it doesn't do anything.
I've tried setting defaultButton to blank, but that doesn't seem to work and I can't seem to find the answer anywhere on the web.
What's the code to make this happen?
Thanks.
© Stack Overflow or respective owner