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 is & in a url?
What is Model-View-View Model?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is the difference between viewstate and hidden field in asp.net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Why do we use web config?
How do you do Client-side validation in .Net?
What is different authentication mechanisms used in ASP.NET?
What is autopostback true?
List all templates of the repeater control.
What is boxing and unboxing in asp.net?
What is the mvc model?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the difference between session and viewstate in asp.net?
How do http sessions work?