S
Scott
Hi,
I am still learning ASP, and having an issue.
Suppose I have 2 asp forms. Form1.aspx and Form2.aspx.
From Form1.aspx I am calling Form2.aspx like this
response.redirect("Form2.aspx?ID=11")
Now from Form2.aspx I want to know from which page I am getting this request
or which page is asking for this request. In this example it should be
Form1.aspx.
Is there any way doing this.
Thanks,
Scott
I am still learning ASP, and having an issue.
Suppose I have 2 asp forms. Form1.aspx and Form2.aspx.
From Form1.aspx I am calling Form2.aspx like this
response.redirect("Form2.aspx?ID=11")
Now from Form2.aspx I want to know from which page I am getting this request
or which page is asking for this request. In this example it should be
Form1.aspx.
Is there any way doing this.
Thanks,
Scott