Hi,
I want to print one of my child pages in my web applicaion. i am using visual studio 2005 to design this web application.
i want to print a child page after clicking a button
can any one help me?
Thanks in advance
Add the following button
<input type = "button" value = "Print" onclick = "window.print()" />
Thanks for your code.Its really working. here i want to print only some of controls in my page.How to do that.Can you Help me?
Put the controls to be printed in Panel and print Panel
Print ASP.Net Panel contents with Print Preview using JavaScript
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.