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?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
What is extension method in c sharp?
Is double a decimal?
How can we insert 100 records @ a time without using for loop into the databse
Can a class have static constructor?
How do you access a constant field declared in a class?
Explain the difference between directcast and ctype.
What are the keywords used to pass parameters to the base class and how do I invoke other constructors.
What is array? What are jagged array ?
What does private void mean in c#?
Why do we use readonly in c#?
Is enum a value type c#?
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)