Request.ServerVariables("Path_Info") + Request.ServerVariables("QUERY_STRING")

  • Thread starter Christian Blackburn
  • Start date
C

Christian Blackburn

Hi Gang,

I'm using the following code to generate a complete URL:
Session("Destination") = Request.ServerVariables("Path_Info") & "?" &
Request.ServerVariables("QUERY_STRING")

However that seems like a lot of work. Is there one command coming off
the request object that'll acomplish this?

Thanks,
Christian Blackburn
 
C

Cor Ligthert [MVP]

Christian,

See my previous question on the other message, this looks like you are using
not needed old ASP in ASPNET.

Cor
 

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

Top