TextBox causes Button Postback in ASP.NET
问题 ASP.NET 2.0, testing in FF3 and IE7. When I hit the 'enter' button from a text box the corresponding "OnClick" event for the first ImageButton in the page is fired. If I remove that image button, it fires the next ImageButton OnClick event on the page. From the FireBug console, if I use JavaScript to submit the Form, this does not happen. But for whatever reason hitting enter from the textbox triggers the unrelated ImageButton event. I found this question which had a similar problem, however