set linkbutton as default button for asp:panel in asp.net [duplicate]
Possible Duplicate: Link Button on the page and set it as default button, work fine in IE but not in Mozila How to set linkbutton as default button for asp:panel in asp.net? I know a button can be set as default but my application uses linkbuttons for all forms. Any suggestion how it can be done. EDIT: Now i tried this, It works in firefox as well but my javascript validation (ie) onclient click of my linkbutton doesn't work why? var __defaultFired = false; function WebForm_FireDefaultButton(event, target) { var element = event.target || event.srcElement; if (!__defaultFired && event.keyCode =