If you use a Response.Redirect the address bar will be updated. Response Redirect sends a 302 browser redirect, so there is interaction between the browser and the server. Server.Transfer stays inside of the server so the browser never knows its actually
a different page/resource.
Member
11 Points
171 Posts
ASPInsiders
Re: HttpModule to reflect the newly requested url in a Server.Transfer op
Aug 18, 2005 04:48 PM|codeboy|LINK
hth,
Visit my Blog