Hi guys
I have weird situation that i have a home page with two hyperlinks that pass querystring to call a masterpage/contentpage site.
the masterpage has a menu and contentplaceholder. the content site fills the contents using the database. The querystring from the homepage is uses to determine which menu to display (dynamically generated)
the problem i having that when i enter the first site (siteID = 1) the corrent menu is displayed, but then go back on the browser to even manually update the url to siteID = 2, the old menu remains persistant, its doesnt refresh to the new site ID. on masterpage load event i have session(siteID) = request.querystring(siteID). using debug i have made sute teh session site is is the correct one.
can you please tell what must be happening to not make the menu refresh looking at the new site ID. the query out put is correct as well.