About Change in Url Address Bar w/o Postback
Hello,
I have a redirect link which redirects towww.mypage/abcd?ID=12. I what to change the url of the address bar to another user friendly name aswww.mypage/abcd/somepage. How can this be done. If needed there may be a reference table that will show the name somepage for the corresponding id "12". I want this to be done after the page is loaded and after changing the url address, i need not want a postback.
Is it possible And if Yes, How?

