Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 避免在命令字段上回发_Asp.net - Fatal编程技术网

Asp.net 避免在命令字段上回发

Asp.net 避免在命令字段上回发,asp.net,Asp.net,我的gridview中有一个命令文件 <asp:CommandField ShowEditButton="true" ShowDeleteButton="true" EditImageUrl="~/Icons/1414412214_edit.png" EditText="Edit" DeleteImageUrl="~/Icons/1414412198_delete.png" UpdateText="Done" &g

我的gridview中有一个命令文件

<asp:CommandField ShowEditButton="true"  ShowDeleteButton="true"  
                EditImageUrl="~/Icons/1414412214_edit.png" EditText="Edit" 
                DeleteImageUrl="~/Icons/1414412198_delete.png" UpdateText="Done"   >
            <ItemStyle Height="10%" Width="10%" />
            </asp:CommandField>


如何停止“编辑链接”按钮上的发帖,并在单击该按钮时仍能显示更新和取消链接。我知道我可以使用“更新面板”来完成这项工作,但我尝试过,但没有成功?

使用“更新面板”来避免全文回发。。或者尝试应用程序中的任何jquery网格插件。

Bhavik既然我试图将命令字段放在更新面板中,但它不起作用,那么如何使用更新面板才能做到这一点。如果您有时间,请在这里指导我如何使用更新面板?您可以分配回发触发器,请参阅本文