G
Guest
I'm developing ASP.NET C# application. I need to implement server-side
printing for asp.net form on specified in DB printer. I know how to print it
on Client-side (window.print()). How can I print the same page (form) on
server side?
If I can use PrintDocument class, then how to pass dynamically generated web
form.
If I have to use client-side, then can I specify printername when printing
on client-side to avoid unnecessary dialog for printer selection?
Thanks for any help
Jacek
printing for asp.net form on specified in DB printer. I know how to print it
on Client-side (window.print()). How can I print the same page (form) on
server side?
If I can use PrintDocument class, then how to pass dynamically generated web
form.
If I have to use client-side, then can I specify printername when printing
on client-side to avoid unnecessary dialog for printer selection?
Thanks for any help
Jacek