This seems to do the job:
<asp:textbox id="tbTest1" runat="server" onkeypress="return event.keyCode != 13;" />
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)