<asp:ImageButton ID="bt" ImageUrl="../../../Images/button/保存.png"
OnClick="bt_Click" runat="server" />
<asp:ImageButton ID="btnClose" ImageUrl="../../../Images/button/保存.png" OnClientClick="closeWin()" runat="server" />
<asp:ImageButton ID="btnClose" ImageUrl="../../../Images/button/保存.png" OnClientClick="closeWin()" runat="server" />
本文详细介绍了如何在ASP.NET应用中使用ImageButton控件,包括按钮的图像、事件处理和客户端点击行为。

被折叠的 条评论
为什么被折叠?



