What are Master pages? How to define a Master page?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
how to write html code with ssl
Does web services support data reader like pom project?
What are the layouts of ASP.NET Pages?
What are the main advantages of using asp.net?
What are the different session state management options available in asp.net?
What event handlers can I include in Global.asax ?
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
How many types of sessions are there in asp net?
What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?
What is considered a service provider?
What is the difference between a Thread and Process?
What are sessions in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)