asp.net - pdf printing status
Posted
by BhejaFry
on Stack Overflow
See other posts from Stack Overflow
or by BhejaFry
Published on 2010-05-13T02:07:31Z
Indexed on
2010/05/13
2:14 UTC
Read the original article
Hit count: 310
Hi folks,
I need to print PDF's generated in an asp.net application using crystal reports. Upon printing, a database table gets updated with the status 'printed'. How do we handle situation where let's say, the printer runs out of paper?
I know this is on client-side, so what's the right way to handle issues like this?
TIA
© Stack Overflow or respective owner