-
Custom print
Hi,
I have a web application developed with asp.net and c#. I have a page a lots of data. I need to print that page with a POS printer upon a button click.
Problem is, i have data on the page in several places (left, right, top, bottom, middle and so on). Is there any option when print the page that all data will be in one place (programatically configured) and print thaose data in POS printer.
If then how to do that?
Thank You
-
Re: Custom print
You can create a new page that displays the data the way you want, and when that page is loaded, have the Print Dialog box appear.