how to autoprint when loading excel from datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anyway that the page can automatically print while exporting excel
from datagrid. My page does exporting to excel from datagrid on the fly but I
want to add a feature to print automatically during conversion. is it
possible?
 
not on the client. Best you can really do (easily) is fire the print dialog,
with the usuall window.print() call.
 
actually my challenge is that I print without print dialog during exporting
to excel from datagrid.
 

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