Answer Posted / wai zin
A master page is similar to an ordinary ASP.NET web form.
Like a web form, the master page can include HTML, web
controls, and code (either in an inline script block or in a
separate file).The difference between master pages and
ordinary web forms is that master pages can use the
ContentPlaceHolder control, which isn’t allowed in ordinary
pages. The ContentPlaceHolder is a portion of the page
where the content page can insert content.When you create a
new master page in Visual Studio, you start with a blank
page that includes two ContentPlaceHolder controls. One is
defined in the <head> section, which gives content pages the
ability to add page metadata, such as search keywords and
stylesheet links. The second, more important
ContentPlaceHolder is defined in the <body> section, and
represents the displayed content of the page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the server controls in asp.net?
Which is better union or union all?
Where the assembly is stored in asp.net?
What is role-based security in asp.net?
Define page fragment caching?
Which is an advantage of application service providers?
Explain about Application and Session Events ?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How to turn off cookies for a page?
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?
What is a 404 redirect?
How can you ensure a permanent cookie?
Where the viewstate is stored after the page postback?
What does the orientation property do in a menu control?
Explain how dot net compiled code will become platform independent?