print in aspx

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

How can I print the <asp:panel > 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
 
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,
 
Back
Top