I have a Master page and a webpage that uses the Master page.
In both I have a Page_Load event handler.
Page_Load
In which order are the Page_Load>
Page_Load>
Master pages run Page_Load() from the deepest level of nesting outwards. So your nested webpage will first run the page_load event.