What are Master pages? How to define a Master page?

Answers were Sorted based on User's Feedback



What are Master pages? How to define a Master page?..

Answer / bachi

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 ?    7 Yes 1 No

What are Master pages? How to define a Master page?..

Answer / guest

Master Page: Most of the website pages with in an appl have
common info
say as Menu, then we create a master page which can be
shared by most aspx content pages.
Master page is a template that can be used as a foundation
to all other ASP>Net content pages.

Is This Answer Correct ?    3 Yes 2 No

What are Master pages? How to define a Master page?..

Answer / rajesh kadam

Asp.net master page is used to look and fill is comman in
all pages.it defines content place holder
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is difference between cache and session?

0 Answers  


How do you validate the controls in an ASP .NET page?

3 Answers  


What is the difference between session and viewstate in asp.net?

0 Answers  


What is ASLM?

0 Answers   MCN Solutions,


Differnce between Control an View State

1 Answers   Proteans,






What is a query string in a url?

0 Answers  


How can we register exception filter globally?

0 Answers  


How is it possible for .NET to support many languages?

0 Answers  


How can you debug an ASP page, without touching the code?

1 Answers   Prodigy Technologies,


Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.

1 Answers   Lambent,


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

4 Answers  


What is binding in web service ?

1 Answers   TCS,


Categories