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
Where sessions are stored?
What is & in a url?
How long should a session id be?
What are the Types of state management techniques
What is the difference between dynamic SGA and static SGA?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Differentiate between a page theme and a global theme?
What is server side routing?
What is server side in asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is the purpose of asp.net?
State differences between MVC and WebAPI
If you are using components in your application, how can you handle exceptions raised in a component?
How does session work?
Distinguish between Server-side and Client-side code with its functionality?