What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains several ASP.NET pages that display news articles. Each ASP.NET page has server controls that display advertisements along with the article content.

You need to ensure that the printout does not include the advertisements when the user prints these pages by using the browser’s print menu command.

What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains several ASP.NET pages that display news articles. Each ASP.NET page has server controls that display advertisements along with the article content.

You need to ensure that the printout does not include the advertisements when the user prints these pages by using the browser’s print menu command.

What should you do?

A.
Create anadditional ASP.NET page that displays a printer-friendly version of the article.

B.
Disable the view state on the server controls that display the advertisements.

C.
Configure the ASP.NET pages to use media-specific style sheets.

D.
Create a JavaScript function that deletes document elements and then prints the page.

Explanation:
http://www.beansoftware.com/ASP.NET-Tutorials/Printing-Reporting.aspx



Leave a Reply 0

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