J
John
Hi
I am trying to save the value of HTTP_REFERER so I can use it later on in
the webform as below;
Public Return_Address as string
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Return_Address = Request.ServerVariables("HTTP_REFERER")
End Sub
The problem is that Return_Address value always comes out blank. What am I
doing wrong?
Thanks
Regards
I am trying to save the value of HTTP_REFERER so I can use it later on in
the webform as below;
Public Return_Address as string
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Return_Address = Request.ServerVariables("HTTP_REFERER")
End Sub
The problem is that Return_Address value always comes out blank. What am I
doing wrong?
Thanks
Regards