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.
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.