how to get value of a #t=querystring in asp.net c#?
- by korben
I use Request.QueryString["var"] to pull the value of http://test.com/test.aspx?var=test into a string
the same thing doesn't work for test.aspx#var=test
how can I get it from that version of a querystring?
thanks for any help