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
Where the viewstate is stored after the page postback?
What are the Types of chaching. How to implement caching
What is asp.net and how it works?
What are the merits and demerits of viewstate?
Write a code snippet to implement the indentation in json in web api.
Explain how can we inherit a static member?
what are the web form events available in asp.net?
What parameters can you pass in the url of the api? Can get and post use the same url?
How to do state management in ASP.NET?
What are the asp.net list controls and difference between them?
What is advantage of asp.net?
Describe the events in the life cycle of a web application.
What are the ways of preserving data on a Web Form in ASP.NET?
Can you dynamically assign a Master Page?
In Code-Behind class which kind of code (server or client) is found ?