dtv
May 20th, 2004, 01:07 PM
With server-side code, I need to redirect to some aspx page and display it to the current frame which is loaded in visitor's browser by some other provider.
Server.Transfer doesnt seem to work different than .Redirect, although the books saying that .Transfer needs-not a post back to the client and then a trip to the server again, meaning that with .Redirect the server orders the client to change its original location and .Transfer does the relocation by fooling arround the client which its still expects the first address.
Server.Transfer doesnt seem to work different than .Redirect, although the books saying that .Transfer needs-not a post back to the client and then a trip to the server again, meaning that with .Redirect the server orders the client to change its original location and .Transfer does the relocation by fooling arround the client which its still expects the first address.