我正在使用c#开发Asp Web应用程序,其中我有Gridview,在gridview里面有Asp linkbutton。
点击linkbutton我正在调用jQuery模型popUp,它在模型弹出窗口中有ok取消按钮。我想在点击jQuery模型的OK按钮弹出后调用GridView RowDataBound事件。
我在Ok按钮(jQuery函数内部)中编写回发代码,如下所示:
__doPostBack('ctl00_ContentPlaceHolder1_grdOrder_ctl02_btnSpIns', '')
点击和页面回发但没有调用GridView RowDataBound。
我该怎么称呼这个事件?因为网格仅绑定该事件。
答案 0 :(得分:0)
尝试使用:
__doPostBack('_ctl00$ContentPlaceHolder1$grdOrder$_ctl02$btnSpIns','')