what is the use of master pages. how to use it
Answers were Sorted based on User's Feedback
Answer / raji
ASP.NET 2.0 introduces a new concept known as Master Pages,
in which you create a common base master file that provides
a consistent layout for multiple pages in your application.
To create a Master Page, you identify common appearance and
behavior factors for the pages in your application, and move
those to a master page.
In the master page, you add placeholders called
ContentPlaceHolders where the content (child) pages will
insert their custom content. When users request the content
pages, ASP.NET merges the output of the content pages with
the output of the master page, resulting in a page that
combines the master page layout with the output of the
content page.
| Is This Answer Correct ? | 3 Yes | 0 No |
MASTER PAGE IS NOTHING BUT,IT IS A CONTAINER IT CAN HOLD MULTIPLE PAGES.JUST LIKE WE HAVE MDIPARENT IN WINDOWS FORMS .
UNDER THE MASTER PAGE WE CAN ADD NUMBER OF CHILD PAGES
| Is This Answer Correct ? | 0 Yes | 0 No |
What is asp net in c#?
Can a constructor be static in c#?
What is var c#?
Why delegates are type safe in c#?
Why do we use static methods in c#?
what are the different ways to cleaning up objects?
What is event delegate in c#?
How does a while loop work?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is the partial class in C# What is the use of partial class in C#?
What are properties in C#?
Are private class-level variables inherited?
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)