asp.net CSS Control printing Function Method Examples _ practical skills

Source: Internet
Author: User

Copy Code code as follows:

<style type= "Text/css" >
@media print//indicates the time of printing.
{
#nok {display:none;} Controls indicating that the ID is NOK are not displayed.
}
</style>

<div style= "text-align:right" id= "NOK" >
It's already on.
<%=shke. ToString ()%>
Lesson, but also
<%=noke. ToString ()%>
Lesson not on.
</div>


Write this: The main is easy to browse the page is to display the div, but when printing the page, do not want to display the div.

Other labels such as table can be used in this way.

You can also write code from JavaScript to implement the print. But there is no style sheet control.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.