what is Master pages in asp.net? what is the advantages and
disadvantages?

Answers were Sorted based on User's Feedback



what is Master pages in asp.net? what is the advantages and disadvantages?..

Answer / 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

what is Master pages in asp.net? what is the advantages and disadvantages?..

Answer / 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

what is Master pages in asp.net? what is the advantages and disadvantages?..

Answer / kotareddy

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.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?

1 Answers   Patni, Perot Systems, Sedna Technology,


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


what is the dllhell? why we use the dllhell?

4 Answers  


What are the different web pages?

0 Answers  


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,






What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


What is the viewstate in asp.net?

0 Answers  


• What are HttpHandlers? • What are HttpModules?

2 Answers  


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


Categories