is it possible to refresh one page from another?

D

djc

Is is possible to have one asp.net page from one browser window cause the
'refresh/repost' of a different page open in a seperate browser window? For
example, page1 could have some data and some actions in the form of buttons.
Clicking on one of the buttons from page1 would open page2 in a seperate,
new, window. Data would be updated based on something from page2 so when
closing page2 I would somehow need to reload page1 to reflect any changes to
the data that page2 may have done.

possible? I'm thinking probably not but I hope I'm wrong.

any input is appreciated. Thanks.
 
S

Scott Mitchell [MVP]

If Page 1 opened Page 2 via client-side script (i.e., via
window.open()), then, Yes. Otherwise, No.

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 

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

Top