What are Master pages? How to define a Master page?

Answer Posted / bachi

ASP.NET master pages allow you to create a consistent layout
for the pages in your application. A single master page
defines the look and feel and standard behavior that you
want for all of the pages (or a group of pages) in your
application. You can then create individual content pages
that contain the content you want to display. When users
request the content pages, they merge with the master page
to produce output that combines the layout of the master
page with the content from the content page.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where sessions are stored?

852


What is & in a url?

710


How long should a session id be?

727


What are the Types of state management techniques

747


What is the difference between dynamic SGA and static SGA?

776


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

894


Differentiate between a page theme and a global theme?

704


What is server side routing?

659


What is server side in asp.net?

690


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1562


What is the purpose of asp.net?

718


State differences between MVC and WebAPI

802


If you are using components in your application, how can you handle exceptions raised in a component?

2283


How does session work?

686


Distinguish between Server-side and Client-side code with its functionality?

830