|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Request.ServerVariables("Path_Info") + Request.ServerVariables("QUERY_STRING")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 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 >
ASCII Character code for the 6th power
Is there a built in command to encode SQL strings? Lost my Design view for a Windows Form (VB 2005) two-dimensional arrays Last Modified date for the Source code. Launch new instance of IE?? GraphicsPath.IsVisible broken? elapsed between 2 dates text file to datatable to SQL2005 table not working Placeholder Object Question |
|||||||||||||||||||||||