Datagrid刷新问题,马上解决马上结贴
我在主窗口main.aspx中放了一个Linkbotton id=lb1.
然后在后台写入
lb1.Attributes.Add( "onclick ", "javascript:__doPostBack( 'lb1 ', ' '); ");
lb1_Click事件是:
//重新绑定
MyBindGrid();
在子窗口child中点确定后写入:
Response.Write( " <script> window.opener.document.getElementById( 'lb1 ').onclick(); </script> ");
父窗口倒是刷新了,但屏幕还是要闪动,不知为什么
------解决方案--------------------button确定按钮它肯定是要刷新的,
如果您不想要刷新,具体的得用到AJAX技术了!
所以说现在您还不能解决这个问题
------解决方案--------------------不想刷新!
1,用frameset
2,ajax
------解决方案--------------------做饭去,嘻嘻