Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working on asp.net with c#.

I have a tinybox pop up (set at the center of the screen) which loads another page - which have add/edit of DB values).
After closing this pop up, i want to refresh the parent page (from which page the pop up opens). - This page has fields related to the updated DB values. This is why i want to refresh the parent page. So that i can display the new values to the user.

In my project, the main page is asp page, and in that we have tree menu in one side and we have iframe to load different .net page.

I searched everywhere, but i can only see the parent refresh of normal pop up. (window.open).

I want the solution for tinybox pop up.

Please help me, if any one already done this.

Bye.. Have a nice day.. :-) -- Happy coding.. Happy Holi.. :-)

What I have tried:

I tried adding calling a function to refresh the parent window from the child window when window.unload.

It was working when the pop up was not at the center of the screen.

Previously the pop up was loading at the center of the iframe. that was disgusting and changed to the center of the screen. fixed at the center
Posted

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