Hey everyone I'm new to the community. In my content page I have a button that runs a saving process. The problem that I'm having is that when I click on this button on the content page, master page load event is fired, then the content page load event is fired and then finally my button_click event is fired. Is there way to ensure that only my button_click event is fired before any other event?