nerdexam
Microsoft

70-519 · Question #199

70-519 Question #199: Real Exam Question with Answer & Explanation

The correct answer is B. In the header, add a style sheet tag that sets the media attribute to print. D. Add an OnClientClick event handler to the print button to call the window.print() function.. See the full explanation below for the reasoning.

Question

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.)

Options

  • AAdd the PrintingPermission attribute to the code-behind page class.
  • BIn the header, add a style sheet tag that sets the media attribute to print.
  • CAdd an Onclick event handler to the print button to set the Response.ContentType property
  • DAdd an OnClientClick event handler to the print button to call the window.print() function.

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice