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
Web API supports which protocol?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
how to retrieve property settings from xml .config file.
How can I have a particular web page in an asp.net application which displays its own error page?
What are the differences between code behind and code inline?
Explain the difference between Web Garden and Web Farm?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
In which event of the page life cycle, is the viewstate available?
What does the hotspot class in .net do?
Are xaml file compiled or built on runtime?
Explain security types in asp.net?
What are the elements of a website?
What are the benefits of view state?
List the asp.net validation controls?
What are the differences between primary foreign and unique keys?