Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All ,

I m handling Ajax control and open a new popup Panel of another one aspx page.. after i click save in my panel the form is not closing..

Actually if click save means it have to navigate to the parent page..

while i m trying in response.redirect("url") in that same panel itself the parent page is loading.. Please give me the effective solution.. It breaking my head..

i tried window.open && Window.close all the methods,, but not working.. thanks
Posted
Updated 30-Dec-11 1:04am
v2

1 solution

If you want to cause the parent of the popup to change navigation you need to reference it; window.parent[^]
 
Share this answer
 

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