I have a aspx page. On some processing on the page, I am attaching some values to the url with javascript.
Ex:
http://localhost:8080/Default.aspx#value1
Now I do a postback, How do I get the url with javascript appended values(#value1)?
Have you tried using:
request.RawURL
try this
Page.ClientQueryString
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With