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
How do I upload a file from my ASP.NET page?
Which dll handles the request of .aspx page?
What is user control in asp.net?
What are assemblies and namespaces and explain the difference between them ?
Explain the function of new view engine in asp.net? : asp.net mvc
What is http response header?
To load your generated dataset with data which method do you invoke?
Is it possible to apply themes to an asp.net application? If yes, then how?
Explain server control extensibility with reference to asp.net 2.0 ?
How would you implement inheritance using c#?
Is asp.net free?
What are Master Pages in ASP.NET?
What is asp.net web application?
Can we set master page as a start page?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?