Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm not able to refresh a page, but the child window is closed.

What I have tried:

I'm trying to resolve this issue and waiting for long time. I couldn't not refresh the parent window from third child window is closed in asp.net this is very urgent please any one help me
Posted
Comments
F-ES Sitecore 30-Nov-17 5:47am    
Refreshing child\parent windows and closing them also are all well documented so do a google search. Failing that post the code that you're actually using.

Here's a top tip though, don't use multiple windows at all, you don't need them, they are annoying for users, and you end up with all manner of complex problems like the one you're facing now.
Karthik_Mahalingam 5-Dec-17 23:53pm    
use the object name returned from window.open() to control the parent.
or window.opener

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900