Welcome Guest Search | Active Topics | Sign In | Register

Refresh Parent after popup dialog closes Options
Vaughan
Posted: Tuesday, March 15, 2011 6:13:10 PM
Rank: Advanced Member
Groups: Member

Joined: 7/2/2008
Posts: 35
How do I refresh the parent when a popup dialog has closed. The popup captures some data into the database, which I then need to show immediately in the parent page without the user clicking on the refresh button.

Alternatively, how can I update the value of a specific control in the parent when the popup closes?
Code: Visual Basic.NET
eo_support
Posted: Tuesday, March 15, 2011 8:13:22 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can trigger a Javascript function through the dialog's ClientSideOnAccept or ClientSideOnCancel property, depending on whether the dialog is "accepted" or "canceled", once it's in your code, you can do anything you would like. The rest of your question is beyond the scope of our support.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.