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 master pages how to use it. plase give one example
in code vice



what is master pages how to use it. plase give one example in code vice..

Answer / subodh kumar

Master page is inbuilt functionality in .Net2.0 or above.
While in .Net1.1 you must be create custom master page
using web user controls.

If you want to display the same section on more then one
page in your application then you can use master page.
A master page have content place holder where you can put
your code for different pages.
To use master page in your web application pages, you must
be include masterpage file name in the page directive. like:
<@ page MasterPage="MyMasterpage.master" .......>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

In a single .NET DLL how many classes it contains?

0 Answers   Siebel,


How does dictionary work in c#?

0 Answers  


How can I produce an assembly?

0 Answers  


How do you prevent a method from being overridden in c#?

0 Answers  


What is parallel programming in c#?

0 Answers  


What is verbatim string literal in c#?

0 Answers  


What is a .exe extension files? How is it similar to .dll extension files?

0 Answers   Accenture,


What is asax file in c#?

0 Answers  


Which attribute is used in order that the method can be used as webservice?

0 Answers  


What is difference between array and arraylist in c#?

0 Answers  


A->B->C (EXTENDS) How the constructors are called when we created an object of C

3 Answers   Karur Vysya Bank KVB,


How do I run managed code in a process?

0 Answers  


Categories