Microsoft
70-573 · Question #77
70-573 Question #77: Real Exam Question with Answer & Explanation
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
Question
You develop a custom master page. You need to ensure that all pages that use the master page contain a specific image in the same location. Page developers must be able to change the image on individual pages without impacting other pages that use the same master page. What should you add to the master page?
Options
- Aa ContentPlaceHolder control
- Ban HTML Div element
- Ca Placeholder control
- Dan Image control
Explanation
MNEMONIC RULE: "master page = ContentPlaceHolder" Defines a region for content in an ASP.NET master page. ContentPlaceHolder Class
Community Discussion
No community discussion yet for this question.