protected void Page_Load(object sender, EventArgs e){ ClientScript.RegisterClientScriptBlock(this.GetType(), "key", "window.print()", true);}
@media print { .PrintOnly { font-size: 10pt; line-height: 120%; } .NoPrint { display: none; } } @media screen { .PrintOnly { display: none } }
ClientScript.RegisterClientScriptBlock(this.GetType(), "key", "window.print()", true);