I have a page i.e. a Content page containing a user control and this page is using a master page for layout.
I have noticed that the Init events and Load events execute in following sequence, but cannot explain why this sequence is followed by ASP.Net engine. It seems the sequence of firing of Load event is reverse that of Init event.
What is the reason for this sequencing?
Init event - User Control, Master Page, Content Page Load event - Content Page, Master Page, User Control
Go to the complete details ...