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()" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.