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

How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


Difference between .NET and previous version?

1 Answers   Microsoft,


What are custom controls?

0 Answers  


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  






What is enableviewstate?

0 Answers  


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

1 Answers  


Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?

3 Answers  


Which is faster viewdata or viewbag?

0 Answers  


What is the difference between user control an custom control?

0 Answers  


Define xmlvalidatingreader class.

0 Answers  


Explain About WebService

0 Answers   BirlaSoft,


Categories