what is the use of master pages. how to use it

Answers were Sorted based on User's Feedback



what is the use of master pages. how to use it..

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

what is the use of master pages. how to use it..

Answer / mahesh babu ummaneni

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

Post New Answer

More C Sharp Interview Questions

Can multiple catch blocks be executed?

4 Answers   Visual Soft,


What is the difference between IEnumerator and IEnumerable?

0 Answers   QuestPond,


What is jit (just in time)?

0 Answers  


What is the use of properties window?

0 Answers  


What is expression c#?

0 Answers  






What is a collection in c#?

0 Answers  


What does mean before a string in c#?

0 Answers  


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

2 Answers   Satyam,


Is python easier than c#?

0 Answers  


What are the different types of constructors in c#?

0 Answers  


Explain the difference between and xml documentation tag?

0 Answers  


What is a ienumerator?

0 Answers  


Categories