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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Are private members inherited in c#?

1017


What is short in c#?

1026


Explain how can I get around scope problems in a try/catch?

961


What are the types of comment in c# with examples?

955


what is a constructor? What is a destructor?

1034


What is the difference between static and private constructor in c#?

1063


What are the types of parameters in c#?

1025


Explain the use of SN.exe

1143


What are anonymous types in c#?

962


Can I use exceptions in c#?

1041


What is public, private, protected, internal and internal protected?

1000


Explain the types of comments in c#?

963


List some of the classes used by system.data namespace?

876


Is goto statement supported in c#?

983


What is virtual class in C#?

1039