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
Explain the difference between globalization and localization techniques
What is difference Between Authentication and authorization?
How is application management and maintenance improved in asp.net 2.0?
What are the new data controls in asp.net 2.0?
Define managed code and managed data in .net?
Which method is used to perform all validation at the page level?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is custom attribute? How to create?
How to disable disable browser's Back button in asp.net (JavaScript)?
How do you declare static variable?
Define dll hell?
How do u deploy your asp.net application?
Is asp.net still used?
What is a 404 redirect?
If we remove web.config or machine.config from the application then, is this application will works?