Home All Groups Group Topic Archive Search About
Author
10 Feb 2006 5:32 AM
arlene
gud day,
hope u help me on this. i cant refresh the data gridview control in a parent
page by selecting data from the second page which is a popup window.
thank u,

Author
10 Feb 2006 8:41 PM
Teemu Keiski
Hi,

you can use technique I've demonstrated in my blog post
http://aspadvice.com/blogs/joteke/archive/2005/06/15/2340.aspx

It works similarly for ASP.NET 2.0. Just note that
Page.GetPostBackEventReference should be
Page.ClientScript.GetPostBackEventReference in v2.0.

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

Show quoteHide quote
"arlene" <arl***@discussions.microsoft.com> wrote in message
news:E09ECB29-308B-4E3D-B4C1-6E583B1EE4D7@microsoft.com...
> gud day,
> hope u help me on this. i cant refresh the data gridview control in a
> parent
> page by selecting data from the second page which is a popup window.
> thank u,
>
Author
16 Feb 2006 2:40 AM
arlene
hi,
thank u so much, ur solution helps me a lot. i just have a follow up
question. is there a way that as i click the postback button in the popup
window it also closes the popup window. thank u again.

Show quoteHide quote
"Teemu Keiski" wrote:

> Hi,
>
> you can use technique I've demonstrated in my blog post
> http://aspadvice.com/blogs/joteke/archive/2005/06/15/2340.aspx
>
> It works similarly for ASP.NET 2.0. Just note that
> Page.GetPostBackEventReference should be
> Page.ClientScript.GetPostBackEventReference in v2.0.
>
> --
> Teemu Keiski
> ASP.NET MVP, AspInsider
> Finland, EU
> http://blogs.aspadvice.com/joteke
>
> "arlene" <arl***@discussions.microsoft.com> wrote in message
> news:E09ECB29-308B-4E3D-B4C1-6E583B1EE4D7@microsoft.com...
> > gud day,
> > hope u help me on this. i cant refresh the data gridview control in a
> > parent
> > page by selecting data from the second page which is a popup window.
> > thank u,
> >
>
>
>