I am trying to create a form where the user enters a value in a text box and when they press enter, it triggers an event?<BR><BR>Any help would be greatly appriciated.<BR><BR>Jamie<asp:linkbutton text="Fire" Onclick="Myfunction" runat="server" /> <BR><BR>When the button is pressed it fires a function(Myfunction)<BR>Careful!<BR>You must include the CausesValidation = false property or your link will not work if there are validation controls on the page. Thanks to the person who answered my question today for that tid-bit of help.