how to get value of a #t=querystring in asp.net c#?
Posted
by korben
on Stack Overflow
See other posts from Stack Overflow
or by korben
Published on 2010-05-19T21:06:58Z
Indexed on
2010/05/19
21:10 UTC
Read the original article
Hit count: 492
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
© Stack Overflow or respective owner