please can any describe 'Master Page' in ASP.Net 2.0

Answers were Sorted based on User's Feedback



please can any describe 'Master Page' in ASP.Net 2.0..

Answer / pratima tripathi

ASP.NET master pages allow you to create a consistent
layout for the pages in your application. A single master
page defines the look and feel and standard behavior that
you want for all of the pages (or a group of pages) in your
application.

You can then create individual content pages that contain
the content you want to display. When users request the
content pages, they merge with the master page to produce
output that combines the layout of the master page with the
content from the content page.

Is This Answer Correct ?    5 Yes 0 No

please can any describe 'Master Page' in ASP.Net 2.0..

Answer / konthappan

You can design a master page which would be the frame look
of your website. Later you can create pages under this
Master page ..so that what ever pages your oppening will
be in this master page .

Eg : You create a master page and putting some table for
header,then for left pane then for footer also . the middle
portion will be the content of all your child(?) pages.
Early ASP days we used FRAMES for this kind of DESIGN .
This master page is good for a WEB SITE DESIGN (even for
Good in INTRANET WEB APPLICATIONS)

Is This Answer Correct ?    4 Yes 1 No

please can any describe 'Master Page' in ASP.Net 2.0..

Answer / prabhaker mishra

Master page tools is a new tools comes with ASP.Net
2.0.This tools is used for creating similar page layout and
style for every content page(this page creted like child
page of master page) in our web application.

Is This Answer Correct ?    4 Yes 1 No

please can any describe 'Master Page' in ASP.Net 2.0..

Answer / shubhangi soni

Master page is a tool come with ASP.Net 2.0. This tool is
used to creating similar page layout and style for every
content page in your web application.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers   Perot Systems, Visual Soft,


What is the Global.asax used for?

7 Answers   Siebel Systems,


What is the latest version of asp.net?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

2 Answers   Siebel Systems,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  






What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,


What are different methods of session maintenance in asp.net?

0 Answers  


when using personlization, how do you access over setting at runtime?

1 Answers  


What does occur first in ASP.Net, Authentication or Authorization?

0 Answers   MCN Solutions,


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,


What is the use of placeholder control?

0 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


Categories