Not with normal ASPX pages (or any other standard Server Side technology).
Basically, the client requests a page, the server serves it, and then completely forgets about the client. So, as soon as a page has finished loading, there is no way you can get back at the client to refresh the page.
Usually in these scenario's, you can choose between (at least) two options:
1. Client Refresh
Add a <meta> tag or some JavaScript that refreshes the page from within the client. This means it will be "polling-driven" and not event driven.
2. Use Java / Flash / Active X
Using these programming environments, you could create a way to communicate directly with the client. If you're programming an Intranet app, this might work, but you'll get into big troubles if you need this for an Inter net application.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
The Beautiful Ones by
Prince and the Revolution (Track 3 from the album:
Purple Rain)
What's This?