I've a control that dynamically loads other user controls. Upon Async postback from one of the child user controls i'm reloading the session cached version of the child control. However the page_load of this user control is not called when this occurs.
As a result there can be no event handling of this control. Presumably there is a better way to store the controls and subsequently load them. How would i do this?
Edit follow up question and solution here: http://stackoverflow.com/questions/1537910/dynamic-usercontrol-postback-initialization