This is my code
<asp:Button ID="btnCompute" runat="server" OnClick="btnCompute_Click" Text="" onkeypress="return tabE(this,event)"/>
when enter key press only the javascript function execute, I also want to execute the button click event on server side when user press enter key. How will I do this?