Click here to Skip to main content
15,999,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Please tell me what the correct sequence of master page file given below.

CSS
1.THe master page with the updated content is merged into the control tree of the content page.
2.Users request a page by typing the URL of the content page
3.the resulting merged page is rendered to the browser
4.when the page is fetched, the @page directive is read. If the directive references a master page is read as well
5.the content of individual content control is merged into the corresponding content placeholder control in the master page.


I dont know what is the correct sequence.
Please help.

Thanks in advance
Posted

1 solution

Correct sequence would be -
2,4,5,1,3
 
Share this answer
 
Comments
srmohanr 16-Jul-14 4:17am    
Thank you :)

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