Bit of a noob question.I am developing a web page that has a structure of master page => aspx => userconctrol => nested usercontrol.There are numerous events that can happen on a page, I could bookmark an item from the masterpage down, the usercontrol up, I could page data etc.I have used delegates to navigate between usercontrols and page, however I have a question.What happens when a user hits several bookmarks and then pages the data? Are events queued and processed - is it managed by the system - is there something I should be doing?Any advice would be appreciated.