Sending text direct to the printer. Is there a PrintDocument equivalent? *RESOLVED*
When writing windows applications you have the printDocument object to write code against and send it direct to the printer.
Is there something similar in ASP.NET for web applications. I think there probably isn't as ASP.NET is server side.
What I need it the user to press a button and send some text to the printer direct. The only way I can think is to dynamically create HTML and display it in a browser, the user prints from there but I would like it to go direct to the printer.
Thanks