Hi,
Pressing Enter fires ImageButton click event in asp.net
i have two panels
first panel have five text box and one normal asp button
eg:<asp:Panel ID="firstPanel" runat="server">
second panel have three text box and one image button in my page
eg:<asp:Panel ID="secondPanel" runat="server" DefaultButton="ibtSearch" >
if i pressing enter key on text box in second panel it fire first panel asp button event.
How can fire second panel image button event.
Regards
Sekar.c