Server.Transfer() to page with http-equiv="refresh"

T

Totto

Hi,
I'm doing a server.Transfer to a page with http-equiv="refresh" but when the
refresh occurs the page that was doing the Server.Transfer is loaded.
Anyone know if there is a way round this. Something to "flush"?

Thanks
Totto
 
J

John Timney \(MVP\)

Your transferring execution to the page with refresh, which is a client side
activity. Your refresh has no concept of the fact that the server passed
control to the away from the intiating page. You'll need to find another
approach.
 
T

Totto

Thanks John,
using Response.Redirect

T.

John Timney (MVP) said:
Your transferring execution to the page with refresh, which is a client
side activity. Your refresh has no concept of the fact that the server
passed control to the away from the intiating page. You'll need to find
another approach.
--
 

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,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top