Welcome Guest Search | Active Topics | Sign In | Register

CallBackPanel Options
Priya
Posted: Thursday, February 4, 2010 5:39:55 AM
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
eo_support
Posted: Thursday, February 4, 2010 9:23:02 AM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.