Why is TBH not rewriting the query string when I change categories, and is there a way to fix this?
For example, when I change categories from the dropdownlist in the ManageArticles page and select another category, the articles displayed in the grid change correctly. However, the URL query string still stays the same:
http://localhost:xxxx/TBH_Web/Admin/....aspx?CatID=28
This becomes an issue for bookmarking - I tried bookmarking the ArticleListing page in Firefox 1.5, as well as adding it to favorites in IE7, while displaying different articles. When I open the bookmarks, the same articles show: beer-related, which is corresponding to category 28.
I suspect this has something to do with the postback model? Please forgive me if this is something blatantly obvious as I am still fairly new to asp.net.