What is Master Page in Asp.net?

Answer Posted / venkat

Master pages let you make a consistent layout for your
application, you can make one master page that holds the
layout/look & feel and common functionality of your whole
application and upon this master page, you can build all
the other pages, we call these pages Content Pages. So
simply you can build your master page and then build
content pages, and while creating the content pages you
bind them to the master page you have created before, those
two pages are merged at runtime to give you the rendered
page

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the flow of processing of the request? : asp.net mvc

506


How does the iis work?

538


Give an example of cookie abuse.

593


How would you implement inheritance using c#?

569


What is the used of "ispostback" property?

559






Explain what is viewstate?

541


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1502


Do gac'ed assemblies have fulltrust?

641


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

522


List down the sequence of methods called during the page load.

522


Can you explain how ASP.NET application life cycle and page life cycle events fire?

562


What is a web api endpoint?

529


Where is http session stored?

497


Is asp.net mvc front end or backend? : Asp.Net MVC

488


What is an example of an application service provider?

447