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

Why would you use untrusted verificaion?

1 Answers  


What is ispostback c#?

0 Answers  


Is c# used for frontend or backend?

0 Answers  


What debugging tools come with the .NET ssSDK?

0 Answers   Siebel,


How many types of constructors are there?

0 Answers  


What is a clr host?

0 Answers  


Is a structure a class?

0 Answers  


How to use session under class file of APP_Code folder?

0 Answers   ADITI,


wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly

1 Answers  


What do u mean by delegation?

0 Answers  


What is difference between iqueryable and ienumerable in c#?

0 Answers  


What is view model in c#?

0 Answers  


Categories