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

Web API supports which protocol?

1165


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

799


how to retrieve property settings from xml .config file.

763


How can I have a particular web page in an asp.net application which displays its own error page?

850


What are the differences between code behind and code inline?

763


Explain the difference between Web Garden and Web Farm?

790


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

724


In which event of the page life cycle, is the viewstate available?

732


What does the hotspot class in .net do?

791


Are xaml file compiled or built on runtime?

771


Explain security types in asp.net?

830


What are the elements of a website?

767


What are the benefits of view state?

774


List the asp.net validation controls?

737


What are the differences between primary foreign and unique keys?

830