what is Master pages in asp.net? what is the advantages and
disadvantages?
Answer Posted / priya
A master page is an ASp.Net file with
extension .master,such as MasterPage.Master,with a
predefined layout that can include static text,HTML
elements,and server control.
Advantages:They allow u to centralize the common
functionality of ur passage so that u can make updates.
they provide an object model that allows to customize the
master page from individual content pages.
| Is This Answer Correct ? | 35 Yes | 8 No |
Post New Answer View All Answers
How is the asp.net mvc architecture different from others? : asp.net mvc
What is asp net application object?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Explain the difference between sql invalidation and sql notification.
Define viewstate in .net?
Why viewstate is used in asp.net?
Is asp.net and .net same?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Define the term Scavenging in Caching?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Can I combine classic asp and asp.net pages?
When we use cookie less session? Explain its working?
What is rich control in asp.net?
Define authentication and authorization.
Differentiate the session object and application object?