C
Carlos
Hi all,
I have a case that even thought I see a key with a value in the
UrlReferrer.AbsoluteUri, the instruction that follows it trying
to obtain a key, value pair using the query string is not able to obtain it.
that is for instance, I properly get
http://www.mysite.com/?pollkey=http://www.myothersite.com/myotherpage.aspx
in the UrlReferrer
but when I try Request.QueryString("pollkey"), I get 'Nothing'...
Can someone help? Thanks,
Carlos.
I have a case that even thought I see a key with a value in the
UrlReferrer.AbsoluteUri, the instruction that follows it trying
to obtain a key, value pair using the query string is not able to obtain it.
that is for instance, I properly get
http://www.mysite.com/?pollkey=http://www.myothersite.com/myotherpage.aspx
in the UrlReferrer
but when I try Request.QueryString("pollkey"), I get 'Nothing'...
Can someone help? Thanks,
Carlos.