You are creating an ASP.NET application by using the .NET Framework 3.5.
The application uses nested master pages. Every page on the site uses a department-specific child master page that references a parent master page that is shared by all the departments.
Your company has recently purchased a new charting component that creates dynamic images.
You need to perform the following tasks:
– Add the charting component to all intranet Web pagesin the application by using theminimum possible development effort.
– Ensure that individual Web pages can declaratively replace the charting component with a static image.
What should you do?
A.
Add the charting component to a new ContentPlaceHolder control on the parent master page and each child master page.
B.
Add the charting component to a new ContentPlaceHolder control on the parent master page.
Add a new ContentControl to each child master page that contains a new ContentPlaceHolder control.
C.
Add the charting component to a new Content control on each content page.
D.
Add the charting component to a new Content control on each child master page.