Dear experts,
I used this link for printing specfic part of webpage.
http://www.aspsnippets.com/Articles/Print-ASPNet-Panel-contents-in-ASPNet-using-C-VBNet-and-JavaScript.aspx
How can I print Asp.net Webpage containing masterpage header image and controls.
Thanks
Add this button anywhere on Master Page or Content Page to print the whole page
<input type = "button" id = "btnPrint" value = "Print" onclick = "window.print()" />
Demo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.