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
How does cookies work in asp net?
Explain the asp.net session state modes.
Define a multilingual website?
What is a user developed application?
Can a master page have more than one contentplaceholder?
What is Pre-Render event in ASP.NET?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is mvc in asp.net tutorial? : Asp.Net MVC
Explain what is clr?
What is difference Between Authentication and authorization?
Explain the difference between or and orelse?
What is the difference between pathparam and queryparam?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
When cookie will expire?