ASP.net inline code

asp.net

Solution

Inline code is executed when the page is being rendered ie. after the Page_PreRender event and before the Unload event

Problem

When is inline code executed with relation to page/control lifecycle events such as init and load?

Original source