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?
|
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!
|