ClientSide Printer in asp.net
Hi,
I need help.
I am currently developing a web application to print a crystal report directly to the client's printer. The application works well in my pc but when I host the application to our web server, instead of retrieving the printer list in client's pc, the application is trying to look for printers that are installed in the server machine.
I developed my application using C# and I am using System.Drawing.Printing.PrinterSettings.InstalledPrinters to retrieve the printer list I realised it only trying to retrieve printer installed in the local machine.
Is there any way to get the list of installed printer in the client computer?
pleas help meeeeeeee
I need help.
I am currently developing a web application to print a crystal report directly to the client's printer. The application works well in my pc but when I host the application to our web server, instead of retrieving the printer list in client's pc, the application is trying to look for printers that are installed in the server machine.
I developed my application using C# and I am using System.Drawing.Printing.PrinterSettings.InstalledPrinters to retrieve the printer list I realised it only trying to retrieve printer installed in the local machine.
Is there any way to get the list of installed printer in the client computer?
pleas help meeeeeeee
No comments:
Post a Comment