R
Rodusa
I am having problems to use Response.Redirect(URL) with this URL below.
The problem happens only with 1319&
string URL =
"default.aspx?contactid=C6UJ9A000R9D&uidcustomquote=1319"euserid=ADMIN&slxuserid=ADMIN";
I try to response.write(URL) and I get this as a result
default.aspx?contactid=C6UJ9A000R9D&uidcustomquote=1319"euserid=ADMIN&slxuserid=ADMIN
I obtained the querystring of this URL with
Request.ServerVariables("QUERY_STRING") and I tried to encode it with
Server.URLEncode, however I still get the same URL above. It is really
weird because the other parameters seem to be ok.
Please help
Rod
The problem happens only with 1319&
string URL =
"default.aspx?contactid=C6UJ9A000R9D&uidcustomquote=1319"euserid=ADMIN&slxuserid=ADMIN";
I try to response.write(URL) and I get this as a result
default.aspx?contactid=C6UJ9A000R9D&uidcustomquote=1319"euserid=ADMIN&slxuserid=ADMIN
I obtained the querystring of this URL with
Request.ServerVariables("QUERY_STRING") and I tried to encode it with
Server.URLEncode, however I still get the same URL above. It is really
weird because the other parameters seem to be ok.
Please help
Rod