Sometimes you may want to trigger a button click event when a user pressed the enter key inside of a textbox. Traditionally this was accomplished by adding some JavaScript to the onclick event. At some point ASP.Net added the DefaultNutton property to the asp:Panel and asp:UpdatePanel controls. All of...