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

About SOAP ?

3 Answers   Cognizant, Infosys,


Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


Which type of state management is provided by Query String in ASP.NET?

0 Answers   Sans Pareil IT Services,


How can i include both C# and vb.net classes in same solution?

2 Answers  


List down the sequence of methods called during the page load.

0 Answers  






What are early binding and late binding.

0 Answers  


How do you construct HtmlResponseMessage?

1 Answers  


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

0 Answers   TCS,


Is data edited in the Repeater control?

0 Answers   Siebel,


Why do we need a web application session?

0 Answers  


What are the new features added from ASP to ASP.NET?

0 Answers   Amdocs,


Explain the disadvantages of viewstate?

0 Answers  


Categories