Reputation: 4072
Is it possible to pass both a div id and a Parameter in a URL?
something along the lines of http://domain.com/Folder/default.aspx#ID?type=someparameter
Upvotes: 3
Views: 947
Reputation: 125
Yes, just put the anchor
tag at the end,
e.g mypage.aspx?type=someparameter#ID
Upvotes: 6