Microsoft
70-519 · Question #144
You are designing an ASP.NET Web application that has common navigation and layout elements on all pages. You have the following requirements: - Maintain common elements in a single location…
The correct answer is B. Use a master page. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that has common navigation and layout elements on all pages. You have the following requirements:
- Maintain common elements in a single location.
- Ensure that common elements can be modified and nested without
redeploying the Web application.
- Allow developers to customize the object model from individual pages.
You need to recommend a solution that can be specified at the application, folder, or page level. What should you recommend?
Options
- AUse a page base type.
- BUse a master page.
- CUse a server control.
- DUse a theme.
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- C4% (1)
- D8% (2)
Community Discussion
No community discussion yet for this question.