put your search controls inside panel then assign default button for this panel
<asp:Panel runat="server" ID="pnl_Search" DefaultButton="BTN_SEARCH">
//your controls and buttons
</asp:panel>
<asp:Panel runat="server" ID="pnl_Search" DefaultButton="BTN_SEARCH">
//your controls and buttons
</asp:panel>
No comments:
Post a Comment