-2

我在 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 它不是RowCommandGridView 的触发事件

4

1 回答 1

0

删除返回false;那么它应该可以正常工作。

于 2013-04-02T11:45:49.217 回答