I am a beginner in using ASP.NET and JavaScript. I've stumbled upon this problem:
- In my
page1.aspx
, I useResponse.Redirect("page1.aspx#download")
using an anchor. - Now, I want to get the
Request.QueryString
upon loading on the client side using JavaScript.
Can someone help me with this?