Hi,
I've got this url http://mysite.com/offers.aspx#offer3
How can I access the #offer3 - its not present in any of the Request.ServerVariables collection :( ?
Thanks
Printable View
Hi,
I've got this url http://mysite.com/offers.aspx#offer3
How can I access the #offer3 - its not present in any of the Request.ServerVariables collection :( ?
Thanks
try Request.QueryString(0)
You cannot. It needs to be done client side. Any logic based upon that anchor needs to be client side.