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 is the Intermittent crashing of application in production?
Do gac'ed assemblies have fulltrust?
What is the current version of asp.net?
What is webresource axd?
Can we use a static function with a non-static variable?
What’s the catch?
Is asp.net free?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What symbol specifies the beginning of a query string?
What is the size of Get method and how much data it can store?
how to debug web services on consumer side?
Is session server side or client side?
Explain the difference between Web Garden and Web Farm?
What is server redirect?
What are the advantages of asp.net?