Hi,
I am opening a Child Browser(pop-up) from a Parent Browser using the Window.Open() javascript. After closing the pop-up Browser using Window.Close(), I need to refresh a DataGrid control on the calling Parent Browser. Any idea how to do this?

Basically I am Inserting records into a SQL table prior to closing the pop-up Browser, and need to refresh a DataGrid control on the Parent Browser.

Any assistance or direction would be appreciated. I am using VB.NET.


Thanks,
Mike

well just before you close the child in your javascript you could do something like window.opener.location redirecting the page to itself and hence refreshing it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.