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 Anonymous Method.? and What is shadowing?
What is a data set in c#?
Describe the difference between inline and code behind - which is best?
How do you inherit from a class in C#?
Can struct have constructor c#?
Why do we need private constructor in c#?
Define sealed classes in c#?
What is data types in c#?
Error handling and how this is done ?
What are accessors?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
How to assign Null value to Var?
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)