What is Master Page in Asp.net?

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


Please Help Members By Posting Answers For Below Questions

what is AutoEventWireUp and what is the use of This property explain in details?

1369


What I need to create and run an asp.net application?

733


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1804


What is a master page and what does it do?

732


List the types of authentication supported by asp.net?

738


What is & in a url?

738


How to make paging concepts in datagrid in ASP.NET?

772


What are different types of api?

779


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

732


What is latest version of asp.net mvc? : Asp.Net MVC

700


Explain the use of dataadapter.

831


Do you support digital rights management to protect my videos?

653


What is a postback url?

675


Can action method static?

767


Explain server control extensibility with reference to asp.net 2.0 ?

755