Microsoft
70-519 · Question #273
You are designing an ASP.NET Web application. The Web application includes a section for sales pages. You need to ensure that the sales pages share a specific header and a specific footer that…
The correct answer is D. Create a sales.master page that contains the header and footer and inherits from your site's. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application. The Web application includes a section for sales pages. You need to ensure that the sales pages share a specific header and a specific footer that differ from those of all other pages in the application. Which approach should you recommend?
Options
- ACreate the specific header and footer elements in the site's master page.
- BCreate separate user controls for the specific header and footer, and add each of the user
- CCreate a sales subdirectory.
- DCreate a sales.master page that contains the header and footer and inherits from your site's
How the community answered
(31 responses)- A13% (4)
- B3% (1)
- C6% (2)
- D77% (24)
Community Discussion
No community discussion yet for this question.