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
What is viewstate in asp net with example?
How to change Master page in ASP.Net using code?
What is ipostback?
What is application in asp net?
Can we store object in viewstate?
What is the difference between pathparam and queryparam?
What are sharepoint pages?
Explain server side state management system.
Why is string called immutable data type?
Explain server-side scripting and client-side scripting.
What is the full meaning of asp.net?
What parameters can you pass in the url of the api?
What is the use of HttpHandlers? When to use this?
Explain the steps to be followed to use passport authentication.
Explain the difference between response.redirect vs server.transfer