Since Page_Load is executed before a button click event handler, I need to be able to process the Page_Load event according to which button was clicked. So, I need to know if it is possible to determine which button was clicked that caused the event. Is
this possible?
Maurice
Go to the complete details ...