B
BrassicaNigra
Greetings,
I have a web application that prints a form using PrintDocument on the
server. Currently it is set up to print to the default printer (on the
server).
My users would like to be able to select the printer (there are several on
the network that the server can use).
How can I bring up a print dialog box in the client browser that offers the
different printers available to the server?
If that is not possible, is there a way to retrieve the names of the
printers on the server. I could then use the PrintSettings.PrinterName
property to set the output myself, but would prefer the standard print dialog
if possible.
Thank you.
Dale Hoffman
I have a web application that prints a form using PrintDocument on the
server. Currently it is set up to print to the default printer (on the
server).
My users would like to be able to select the printer (there are several on
the network that the server can use).
How can I bring up a print dialog box in the client browser that offers the
different printers available to the server?
If that is not possible, is there a way to retrieve the names of the
printers on the server. I could then use the PrintSettings.PrinterName
property to set the output myself, but would prefer the standard print dialog
if possible.
Thank you.
Dale Hoffman