Possible Duplicate:
How to get Url Hash (#) from server side
c# get complete URL with “#”
If I call the page http://www.mywebsite.it?param=1 with
Request.Url 
I get it all. But on http://www.mywebsite.it?param=1#1234
I can't get the whole address. #1234 is ignored. How can I get it?
 
     
     
     
     
    