HI,
I am trying to develop a form which has some user controls , which are basically dropdownlists which will be loaded with static list of pick-list values, and a master page. I have written code in the page behind to bind values to the non pick-list fields.
I find that the flow of the control is like this at runtime :-
1) First the code behind of the page runs , binding data to the controls 2) The master page code runs 3) The user control code behind is run , binding the pick-list values to the Drop down lists.
I would have thought the flow should normally have been 3, 2 and 1.
Can anyone explain this ?