Hi guys,
ASP.Net 2.0 has a property called default button in <form> tag and in Panel control. This enables the user to submit the form when the user hits enter.
<form id="form1" runat="server" defaultbutton="btnSave">
and
<asp:Panel ID="Panel1" DefaultButton="btnSave" runat="server"></asp:Panel>
Setting this attribute in form tag makes the default button global for that page and setting the default button attribute in Panel controls submits page when the user hits enter key inside the panel control.
Regards,
Satheesh
http://satheeshbabu.blogspot.com
www.satheeshbabu.com