msgbartop
Chris Scott’s Blog
msgbarbottom

15 Dec 03 why the enter key doesn't submit an asp.net form

Thanks to Matt Berther for his post regarding why the enter key wasn't working to submit an ASP.NET form (using IE, not a browser where enter normally won't submit the form w/out JavaScript).
As Matt notes, the solution is to “Add this line somewhere on the page: , and all will work as expected.”