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 do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is %20 in a url?
In ViewState How much lifespan items stored?
Explain the difference between asp.net mvc and asp.net webforms
What are early binding and late binding.
What is latest version of asp.net mvc? : Asp.Net MVC
How to disable disable browser's Back button in asp.net (JavaScript)?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is protected configuration?
What is content place holder?
Define static member?
Explain the steps to be followed to use passport authentication.
Why asp.net is better than php?
What are the advantages and limitations of query string?
What is form submit?