在asp.net 2008中进行Pos打印
问题描述:
HI
我们如何在ASP.NET中使用POS打印.
HI
How do we use POS printing in ASP.NET
答
您是否尝试过搜索自己. POS是销售点"?您在ASP.NET中所能做的就是渲染一个显示您要打印的内容的窗口,然后调用window.print.您用VB.NET或C#编写的任何代码都在服务器上运行,而不是在客户端上运行.
Did you try searching for yourself. POS is ''point of sale'' ? All you can do in ASP.NET, is render a window that shows what you want to print, and call window.print. Any code you write in VB.NET or C#, rans on the server, not the client.