P poi Nov 12, 2003 #1 How can I tell if the current web page is the target of a Response.Redirect vs a Server.Transfer? Thanks.
How can I tell if the current web page is the target of a Response.Redirect vs a Server.Transfer? Thanks.
S Steve C. Orr [MVP, MCSD] Nov 12, 2003 #2 You can use Request.UrlReferrer and Request.Url to determine this information. Here's more info: http://msdn.microsoft.com/library/d...ml/frlrfsystemwebhttprequestclassurltopic.asp
You can use Request.UrlReferrer and Request.Url to determine this information. Here's more info: http://msdn.microsoft.com/library/d...ml/frlrfsystemwebhttprequestclassurltopic.asp