我在 GridView 中使用图像按钮,例如
<asp:ImageButton ToolTip="<%$ Resources:Captions,lbledit%>" ID="imgbtnPopup" runat="server" ImageUrl="<%$ Resources:Paths,imgbtnEdit%>" CommandName="callPopup" CommandArgument='<%# Eval("WOID") %>' CssClass="imgActions" OnClientClick="Popup.show('simplediv');return false;" />
在OnClientClick
我写的事件中返回 false 它不是RowCommand
GridView 的触发事件