I have a page containing a control called PhoneInfo.ascx. PhoneInfo is dynamically created using LoadControl() and then the initControl() function is called passing in an i
To do exactly what you're doing, you have to have the control loaded in the Init portion of the page lifecycle.
Init
However, to do it more easily, why don't you add it to an ? I think it will make this much easier.