N
Nathan Sokalski
I would like to be able to send the user to another URL programmatically.
Because the destination URL is not known until runtime, I cannot use the
Response.Redirect method. I do not want to use the Server.Transfer method
because I need the new URL to be displayed in the browser's address bar.
Does anybody have any ideas? Thanks.
Because the destination URL is not known until runtime, I cannot use the
Response.Redirect method. I do not want to use the Server.Transfer method
because I need the new URL to be displayed in the browser's address bar.
Does anybody have any ideas? Thanks.