How to change URL on button click without page redirect in asp.net
问题 I have a page similar to this link which list items. All works fine. Just i am not able to rewrite the URL of a page on button clicked at different Levels. EG: when i click on Button "CellPhone" on Level1 div and later on click on Button "BlackBerry" which is on Level2 div then URL must be "www.somesite.com/cellphone/blackberry" and again when i click on Button "cellphone" i must change URL to "www.somesite.com/cellphone" Please can any one suggest me to do the same in asp.net. Note: I am