Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is command object in c#?

0 Answers  


What is the data encapsulation?

0 Answers  


What is static void main in c#?

0 Answers  


What is the difference between structure and class in c#?

0 Answers  


What are the different types of constructors in c#?

0 Answers  


What is difference between encapsulation and abstraction in c#?

0 Answers  


How can you overload a method?

3 Answers  


Differentiate between method overriding from method overloading with its functionality?

0 Answers   Siebel,


What is a nullreferenceexception?

0 Answers  


What is the difference between abstraction and encapsulation in c#?

0 Answers  


What is a service layer c#?

0 Answers  


How to find whether the application is run from inside ide or not?

0 Answers  


Categories