How to active printpreview in webpage

  • Thread starter Thread starter Taoge
  • Start date Start date
Hi,

Is there anyway to active print preview function in asp.net web page?

Thanks

AFAIK it is not possible to show the print preview using server side
asp.net or client side javascript. You can use the window.print()
command in javascript to bring up the print dialog - but thats about
it I'm afraid.

Thanks,

Seth Rowe
 
Back
Top