Server.transfer

  • Thread starter Thread starter Fabrizio
  • Start date Start date
F

Fabrizio

Hi,
using the server.transfer code to transfer from a page to
another one, I can see that the browser doesn't show the
address of the destination page. On postback or refresh,
the browser displays the address. There is anyway to
avoid that?
thank you
Fabrizio
 
-----Original Message-----
Hi,
using the server.transfer code to transfer from a page to
another one, I can see that the browser doesn't show the
address of the destination page. On postback or refresh,
the browser displays the address. There is anyway to
avoid that?
thank you
Fabrizio
.
Use Response.Redirect, unless there is a reason to use
server.transfer.
 

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

Back
Top