Suppose we have a web page in asp.net mvc and we have applied some style using css, now i want to print the entire web page or some part of the web page in the exact format in print dialog-box. Is there any way or API exist to print web page in ASP.NET MVC.
how can i achieve it.