用鼠标按页面搜索按钮可以搜索,按键盘上回车就刷新页面
<asp:TextBox ID="SepSearchText" runat="server" width="87px" ></asp:TextBox></td>
<td>
<asp:ImageButton ID="SepSearchButton" runat="server" ImageUrl="images/zpzs_44.gif" />
<td bgcolor="C7C7C7" style="height: 27px">
<asp:Label ID="SearchResultLabel" runat="server" ></asp:Label>
--------------------编程问答-------------------- 查看页面是否有其他按钮
可能其他的按钮被设置为默认按钮
回车触发 --------------------编程问答-------------------- 这是和页面回调机制有关 --------------------编程问答-------------------- 焦点在搜索按钮上吗? --------------------编程问答-------------------- 能说具体点吗?怎么改? --------------------编程问答-------------------- <form id="form1" runat="server" onkeypress="if(event.keyCode==13) event.keyCode=9">
补充:.NET技术 , ASP.NET