JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
print in aspx
Thread starter
Thread starter
simon
Start date
Start date
Jun 11, 2004
How can I print the <asp
anel > contents to the printer on the client?
If I use vbscript and window.print then all page is printed not only panel.
Thank you,
Simon
Ignacio Machin \( .NET/ C# MVP \)
Hi Simon,
create a new window with the panel control only; you can do this using DHTML
as tagcontrol.InnerHTML
then just print the new pop-up and close it later.
Piece of cake really
Cheers,