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 can we identify that the Page is Post Back?
What is the server of asp.net?
What is autopostback in dropdownlist in asp net?
What are the different method of navigation in asp.net?
Can you explain one critical mapping?
What is difference Between Authentication and authorization?
What are the different types of Caching techniques in ASP.NET?
Explain the steps needed to be performed in order to create an animation in xaml?
What is a session government?
Explain the difference between inline and code behind - which is best in?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is preprocessor in .net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is view state management in asp net?
In the Repeater control which way you can edit?