What is Master Page in Asp.net?

Answer Posted / vikas67k

master page is the way to centralize the common
functionality of pages. common functionalities like:
header, footer of page, logo or the site name.
All controls which are placed in the content page or the
child page are within the ContentPlaceHolder which is a
child control of the master page.
now master page is merged and treated like a control in the
content page.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is viewstate in asp net with example?

614


How to change Master page in ASP.Net using code?

672


What is ipostback?

693


What is application in asp net?

582


Can we store object in viewstate?

635






What is the difference between pathparam and queryparam?

690


What are sharepoint pages?

579


Explain server side state management system.

635


Why is string called immutable data type?

694


Explain server-side scripting and client-side scripting.

604


What is the full meaning of asp.net?

605


What parameters can you pass in the url of the api?

746


What is the use of HttpHandlers? When to use this?

719


Explain the steps to be followed to use passport authentication.

683


Explain the difference between response.redirect vs server.transfer

717