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.
 
Back
Top