Steve posted fixing enter keypress submitting to wrong click event in asp.net | Yesterday
If you work with ASP.Net and have multiple buttons on the form that correspond to different textboxes you've probably run into the problem of a user pressing the "Enter" key and submitting to the wrong button's server "Click" event. I finally found the solution @...