Which two actions should you recommend?

You are modifying an existing ASP.NET Web application.
Each page of the Web application includes a navigation bar and a print button. You have the following requirements:
- Enable users to print pages of the Web site without printing the navigation bar.
- Do not create a separate version of the page formatted for printing.
- Leverage the existing print button on each page.
You need to recommend an approach that meets the requirements.
Which two actions should you recommend?
(Each correct answer presents part of the solution. Choose two.)
A. Add the PrintingPermission attribute to the code-behind page class.
B. In the header, add a style sheet tag that sets the media attribute to print.
C. Add an OnClientClick event handler to the print button to call the window.print() function.
D. Add an OnClick event handler to the print button to set the Response.ContentType property to style/print.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.