I'm creating instances of various controls at runtime in the Page_Load method of another control. The dynamically generated controls are then added to a Placeholder.
From inside the dynamically generated controls (in their own Page_Load method) I am trying to set the values of various Literals, but they are all null.
Can anyone shed some light on why I can't access these Literals?
Thanks Ryan