I'm developing a web app. In it I have a section called categories that every time a user clicked one of the categories an update panel loads appropriate content.
I want to after user clicked the category change the browser's address bar url from "www.mysite.com/products" to something like "www.mysite.com/products/{selectedCat}" without refreshing the page.