Rank: Member Groups: Member
Joined: 1/6/2010 Posts: 12
|
Hi...
Am having a grid in the opener page inside the callBackPanel.
<eo:CallBackPanel ID="CallBack" runat="server" {ControlID:gdvProject;Parameter:}> <asp:Gridview ID="gdvProject"......................> . . Gridview contents </asp:Gridview> </eo:CallBackPane>
I need to reload only the gridview control (inside the opener page) after closing my popup window.
For this I used window.opener.reload() but it wont reload the gridview because of my callbackpanel... How to do this...?
Thanks in advance
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Priya wrote:For this I used window.opener.reload() but it wont reload the gridview because of my callbackpanel... How to do this...? I don't think these two are related. You should probably always do a postback to guarantee a refresh. Thanks
|