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 are data types with examples?
What are the advantages of clr procedure over t-sql procedure?
How can you sort the elements of the array in descending order?
1 Answers Junosource, Siebel Systems, Wipro,
what is an exception in .net?
Difference between StackPanel and RelativePanel ?
Why should I use interface in c#?
What is a linq in c#?
how to use caching in our program. why we use it give one example in code
Why delegates are type safe in c#?
Why do we use interfaces in c#?
Describe the accessibility modifier protected internal.
3 Answers Siebel Systems, Visual Soft,
What is manifest ?
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)