In what order asp.net master pages execute
I m using master page in my project. I want to know the order in which the page loads of both master page and web page executes also about the scripts Master page child controls initialization: All server controls contained within the master page are first initialized. Content page child controls initialization: All server controls contained in the content page are initialized. Master page initialization: The master page itself is initialized. Content page initialization: The content page is initialized. Content page load: The content page is loaded (this is the Page_Load event followed by the