J
Jarod_24
How to i redirect the user to the previous accessed page.
I tried the following and that didn't work
Response.Redirect( Request.UrlReferrer.ToString )
Would this also include any of the variables ( ?ID=4&s=0 ) that was with the
url?
I tried the following and that didn't work
Response.Redirect( Request.UrlReferrer.ToString )
Would this also include any of the variables ( ?ID=4&s=0 ) that was with the
url?