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
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the web.config file in asp?
Explain the difference between sql invalidation and sql notification.
How may clustered index we can create in table?
What are the components of ado.net?
What are sessions and cookies?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How can I have a particular web page in an asp.net application which displays its own error page?
Define msil.
What is the difference between a page theme and a global theme?
Describe the difference between inline and code behind - which is best in a?
What does mvc represent in asp.net? : asp.net mvc
What is the life cycle of an asp.net page?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Is oauth for authentication or authorization?