Printing in ASP.NET
In windows desktop application it is easy to print a form data for report or other purpose but in asp.net web form it is not easy to print a page.
The printing on client side needs solutions for different conditions
using JavaScript
The simplest way to print a web form is to use client side JavaScript. To print a web page, you can use code like this: