Showing posts with label submit. Show all posts
Showing posts with label submit. Show all posts

Wednesday, April 15, 2015

asp.net default submit button behavior control using panel

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>