Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
im having error in masterpage..
Posted

 
Share this answer
 
At run time, master pages are handled in the following sequence:
1.Users request a page by typing the URL of the content page.
2.When the page is fetched, the @ Page directive is read.
3.The master page with the updated content is merged into the control tree of the content page.
4.The content of individual Content controls is merged into the corresponding ContentPlaceHolder control in the master page.
5.The resulting merged page is rendered to the browser.

Read more - MSDN-How Master Page Work[^]
MSDN-Nested ASP.NET Master Pages[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900