client printing

  • Thread starter Thread starter jkenne19
  • Start date Start date
J

jkenne19

I have built a class for my web application using Ajax that prints
using System.Drawing.Printing. As you know these only prints to the
web server. I want to be able to print from the client. I know I could
be using JavaScript for this but I'm printing to a per printed from
using a dot matrix printer. I'm trying to get around building an
ActiveX control. I want to know if there is a way I can do this using
Ajax. Or a Custom Control.

Thanks for you help.
 
for security reasons from ASP.NET you do not have access to the user
devices.
you need to develop an ActiveX to perform such task.

--

Bruno Alexandre
Strøby, Danmark

"a Portuguese in Denmark"
 
Back
Top