RE: In what order do the events of an ASPX page execute. As a developer is it important to understand th...
if you try to access it in Page_Load that is way earlier than Control's own Render method. See ther Page/control lifecycle goes like this for the Page and controls (being already in the controls collection dynamic ones play catchup)