G
Guest
I try to use Response.Redirect to navigate and passing data. How do I hide
the parameter data. The code example is as below:
Response.Redirect("oldPage.asp?name=oldie")
I do not want people to see the value, oldie in the url. Please advise if
there is.
Peter
the parameter data. The code example is as below:
Response.Redirect("oldPage.asp?name=oldie")
I do not want people to see the value, oldie in the url. Please advise if
there is.
Peter