Dynamically updating a parent page

W

Wannabe

The following used to update a parent page:

ClientScript.RegisterStartupScript(typeof(Page), "ReloadParent",
"window.opener.location.href = 'ProjectOverview.aspx?projectID=" +
Request.QueryString.Get("projectID") + "';", true);

I added some Ajax, using the Ajax Toolkit, to the page, and now the script
does not update the parent. Is there a better way to update a parent page
than what I have above that will work with Ajax?
 
W

Wannabe

I have the script in a button click event, then when the user clicks submit,
it updates the popup, and parent windows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top