Enviroment: ASP.NET Framework 2.0
Is it possible to accomplish something like this:
I have this link <a href='printBarcode.aspx?code=HF54A'>Print Bar-code</a>
and I want to print the response that the server sends for that link. Is that even possible? The response is text but it's not HTML, is some text that a special printer recognizes for printing bar-codes.
The idea is this: the user clicks on the link then the browser receives the response for that link and prompts to print it's content.
I'm happy to receive all suggestions and comments if you think you know of a better way to do this.