On the aspx page_load event, I set properties that are defined on a user control. The user control has a page_initialization event and a modal popup load event. Before the page load event of the aspx page fires the page_initialization and modal popup load event fire causing errors as those properties haven't been set.
What changes do I have to make so the page load event of the aspx finishes and then the user control events fire?
Thanks.
What changes do I have to make so the page load event of the aspx finishes and then the user control events fire?
Thanks.