Link to home
Start Free TrialLog in
Avatar of leoshiu
leoshiu

asked on

close and refresh

I am using C# in ASP.Net, and i have this problem:

when i click on a link, it should a open a pop-up window.  
upon entering new data to this pop-up window(and closing it)
i want the parent window to refresh automatically

additionally, can i keep the previous values from the parent form
as well as updating the parent form to show new values obtain from the pop-up window

thanks in advance

Avatar of Karaa
Karaa

You should put up your question in C#/ASP.Net forum
Avatar of Ryan Chong
In javascript, try:

window.opener.location.reload();

hmm.. not sure it works if C# can integrates with Javascript easily or not.

regards
Avatar of leoshiu

ASKER

So do I need to post the question again in the C#/ASP.Net section? cos I already spent 100 points
Try post a 20 pts question at C# sections, which in this question created, indicate the link to this thread.

C# Section:
https://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/

.Net Section:
https://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/

or ask Moderator to delete and refund, then create another thread at the section above.

https://www.experts-exchange.com/Community_Support/

ASKER CERTIFIED SOLUTION
Avatar of krispols
krispols

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
krispols said is right!
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:

Accept: krispols {http:#9457065}

Please leave any comments here within the next four days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

jAy
EE Cleanup Volunteer