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
Define the term Web Garden?
In which event are the controls fully loaded?
What is sta?
Explain the difference between response.redirect vs server.transfer
What are the session management techniques asp net?
What is the difference between asp.net and mvc?
In which situation can you not use a viewstate?
What are the different properties of server control that exists?
What is the caspol.exe tool used for?
What is anonymous authentication?
What are the advantages and disadvantages of session?
Which of the following .NET framework supports Web API?
List down the sequence of methods called during the page load.
What is .net framework and what are the main components of it?
Describe session handling in a webfarm?