Answer Posted / vikas67k
master page is the way to centralize the common
functionality of pages. common functionalities like:
header, footer of page, logo or the site name.
All controls which are placed in the content page or the
child page are within the ContentPlaceHolder which is a
child control of the master page.
now master page is merged and treated like a control in the
content page.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Where is http session stored?
Do you support digital rights management to protect my videos?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is application variable in asp.net?
What is web api vs wcf?
How asynchronous call can be implemented using delegates?
From which base class all web forms are inherited?
Explain how asp.net page works?
Is asp.net different from asp? If yes, explain how?
How do you create a master page?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How can I create master page in asp net?
Where is asp.net view state stored?
Write a code for passing ArrayList in Web API?
What is a form tag?