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

How does session id work?

0 Answers  


Which is better union or union all?

0 Answers  


What is content place holder?

0 Answers  


how to edit gridview control in asp.net2.0

1 Answers   3i Infotech,


What is view state management in asp net?

0 Answers  






How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


What does mvc represent in asp.net? : asp.net mvc

0 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?

2 Answers  


What is the differences between a primary key and a unique key in sql server?

0 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


Categories