Response.Redirect

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top