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

What are the ways to sending the data in ASP.NET page?

0 Answers  


How can you access the properties and controls of master pages from content pages?

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


How to implement form based authentication in asp.net application?

0 Answers  


explain about Back ground process control in .net

1 Answers   Digital Mesh, Infronics,






how to create bin folder in asp.net2.0

8 Answers  


You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?

6 Answers   D&B,


How do we implement bundling in MVC?

0 Answers   B-Ways TecnoSoft,


How Many types of Page Load functions in asp.net

2 Answers  


Explain the difference between debug.write and trace.write?

0 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


Categories