When is inline code executed with relation to page/control lifecycle events such as init and load?
Inline code is executed when the page is being rendered ie. after the Page_PreRender event and before the Unload event