D
David
My goal is to have an ASP.NET button that prints a file that is not
necessarily open,but is accessible to the net. So javascript window.print()
wouldn't work.
So when the button is pressed, the web application knows that path to the
document and prints it. Is that possible? I believe the PrintDocument
class is only for windows.
necessarily open,but is accessible to the net. So javascript window.print()
wouldn't work.
So when the button is pressed, the web application knows that path to the
document and prints it. Is that possible? I believe the PrintDocument
class is only for windows.