I have a webpage with two buttons. In the LOAD event of my page, I want to identify which button has been clicked. How do I do this? I'm currently having problems because when I click a button, the LOAD event is fired first, before the button_click event.

Thanks.