Hi there,
Yes, when you use Server.Transfer, the page is transferred at the server, so the address bar at the client is not updated.
Server.Transfer is used for exactly that reason: to keep the existing URL in the browser. However, Response.Redirect would have worked as well.....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
Beginning ASP.NET 3.5 : in C# and VB,
ASP.NET 2.0 Instant Results and
Dreamweaver MX 2004
Want to be my colleague? Then check out this post.