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
what is AutoEventWireUp and what is the use of This property explain in details?
What I need to create and run an asp.net application?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is a master page and what does it do?
List the types of authentication supported by asp.net?
What is & in a url?
How to make paging concepts in datagrid in ASP.NET?
What are different types of api?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is latest version of asp.net mvc? : Asp.Net MVC
Explain the use of dataadapter.
Do you support digital rights management to protect my videos?
What is a postback url?
Can action method static?
Explain server control extensibility with reference to asp.net 2.0 ?