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
How does session id work?
How many types of validators are there in asp net?
Explain asp.net mvc request life cycle? : asp.net mvc
Can you change a master page dynamically at runtime? How?
What are the different types of validation controls in asp.net?
How can you handle unmanaged code exceptions in asp.net?
What is work flow gen? how can it will work with .Net?
What is the difference between equals() and == in c#?
What is custom attribute? How to create?
Explain the differences between managed and unmanaged code?
What is a web pool?
How can we provide the WebParts control functionality to a server control?
Is asp.net and .net are same or different?
What are validators and list some validators of asp.net?
What are app services?