ASP.NET Canceling the Default Submit Button
- by Ryan Smith
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…