Use the HtmlForm control's DefaultButton property to set which button should be clicked when the user hits enter. This property is also available on the Panel control in cases where different buttons should be triggered as a user moves into different Panels on a page.
<form id="frm" DefaultButton="btnSubmit" runat="server">
...
</form>