Microsoft
70-573 · Question #63
You develop a custom master page. You need to ensure that all pages that use the master page contain a specific image. Page developers must be able to change the image on individual pages. The…
The correct answer is A. a ContentPlaceHolder control. MNEMONIC RULE: "master page = ContentPlaceHolder" Defines a region for content in an ASP.NET master page. ContentPlaceHolder Class
Developing for User Experience
Question
You develop a custom master page. You need to ensure that all pages that use the master page contain a specific image. Page developers must be able to change the image on individual pages. The master page must be compatible with the default content page. What should you add to the master page?
Options
- Aa ContentPlaceHolder control
- Ba Delegate control
- Ca PlaceHolder control
- Dan HTML Div element
How the community answered
(31 responses)- A81% (25)
- B3% (1)
- C3% (1)
- D13% (4)
Explanation
MNEMONIC RULE: "master page = ContentPlaceHolder" Defines a region for content in an ASP.NET master page. ContentPlaceHolder Class
Topics
#ContentPlaceHolder#master page#page developer extensibility#content page
Community Discussion
No community discussion yet for this question.