For an object inherited from System.Web.UI.Control, the Load event happens before any postback events are processed.  This means that you cannot expect a button click or other similar event to hit before a Page_Load on an ASP.NET page.