Home All Groups Group Topic Archive Search About

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

Author
10 Jun 2006 3:31 AM
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

Author
10 Jun 2006 5:42 AM
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

Show quoteHide quote
"Christian Blackburn" <christian.Blackb***@Yahoo.com> schreef in bericht
news:1149910272.889355.165030@g10g2000cwb.googlegroups.com...
> 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
>