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
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Can we set master page as a start page?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the options in ASP.NET to maintain state?
What is loop in asp.net?
How do you design a website with multilingual support in ASP.NET ?
How many ways are there to maintain a state in .net? What is view state?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the Types of state management techniques
What is an example of an application service provider?
What is a gridview in asp.net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
where can i gather the materials for MCP certification
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is Web API?