M
Michael Lang
Is there anyway to get an anchor passed on a request string.... e.g
mypage.aspx#myanch
in the mypage code behind i want to be able to get the string "myanch"...
Basically I want to navigate to an element in the page, but i also want to
change a property on this element
I've yet to find any way of getting the anchor from the query string... I'm
beginning to think I'm going to have to use....
mypage?a=myanch
process the parameter and then redirect the request to mypage#myanch
Surely there's a better way.
Any suggestions?
Michael
mypage.aspx#myanch
in the mypage code behind i want to be able to get the string "myanch"...
Basically I want to navigate to an element in the page, but i also want to
change a property on this element
I've yet to find any way of getting the anchor from the query string... I'm
beginning to think I'm going to have to use....
mypage?a=myanch
process the parameter and then redirect the request to mypage#myanch
Surely there's a better way.
Any suggestions?
Michael