How to active printpreview in webpage

  • Thread starter Thread starter Taoge
  • Start date Start date
T

Taoge

Hi,

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

Thanks
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top