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
What symbol would you use to denote, the start of a code block in aspx views?
What is the file extension of web service?
What is the mvc model?
What are the navigation ways between pages available in ASP.NET?
How does u call and execute a sp in .net?
Define tracing.
What is the asp.net control toolkit?
What is a server farm in iis?
Why Unload event of MasterPage Calls first in ASP.net ?
Mention the execution process for managed code?
How does asp.net work?
What is web api vs wcf?
What is directive in asp net?
How may clustered index we can create in table?
What is query string in asp.net?