That is not possible. Page_Load is always executed before control events. If it weren't, controls created in Page_Load could not have events. You can use Page_PreRender for anything that you want to do after control events.
--- b { font-weight: normal; }