I am using a control I purchased called calendar.net. I have some code in my page load event that populates that calendar with items. I currently have the code in an if not ispostback statement. I realize now that when a user navigates away from the page and then goes back to it, that code fires again. This is causing my calendar to get populated again. What is the best way to ensure my calendar doesn't repopulate?