【发布时间】:2011-04-27 19:22:04
【问题描述】:
我使用的是 DefaultButton="searchButton" 属性。我将按钮替换为该链接按钮是否有默认属性?还是有其他方法?
<asp:Panel ID="Panel1" runat="server" DefaultButton="searchButton">
//New
<asp:LinkButton id="searchButton" runat="server" OnClick="searchRedirect">
<img alt="" src="images/SearchButton.png" style="margin:2px 0px 0px 10px; border:0px;" />
</asp:LinkButton>
//Old
<asp:Button ID="searchButton" runat="server" OnClick="searchRedirect" />
</asp:Panel>
【问题讨论】: