what is Master pages in asp.net? what is the advantages and
disadvantages?
Answer Posted / sarat
Advantages of master pages include the following:
■ They allow you to centralize the common functionality of
your pages so that you can make updates in just one place.
■ They make it easy to create one set of controls and code
and apply the results to a set of pages. For example, you
can use controls on the master page to create a menu that
applies to all pages.
■ They give you fine-grained control over the layout of the
final pages by allowing you to control how the placeholder
controls are rendered.
■ They provide object models
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Do you know using sql cache invalidation?
What are httphandlers and httpmodules and difference between them?
Describe how to implement globalization and localization in the use interface in .net.
What are custom controls?
What is the best Macanism to clear the Cache in asp.net
What is advantage of code behind coding in ASP.NET?
Explain the difference between debug.write and trace.write?
What is OSI layer? Explain different layers.
What are the merits and demerits of viewstate?
What is ipostback?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are Master Pages in ASP.NET? or What is a Master Page?
Can user control be stored in library?
How should I destroy my objects in asp.net?
Explain what are webservices?