Integrating barcode scanner into asp.net application?

一世执手 提交于 2019-12-14 04:15:06

问题


We have been developing web application in asp.net. We need barcode scanner to be integrated into our application. As i know scanner can acts as a key board, can you please tell the method to integrate barcode scanner into this asp.net web based application?


回答1:


It's just a web page. Make sure the textbox you want the result in has focus right away, and just use the barcode scanner like a keyboard.

You should be able to configure the scanner so it also "presses enter" which will allow your form to be submitted.

This is one piece of hardware they tended to get right - nothing fancy required.



来源:https://stackoverflow.com/questions/19534546/integrating-barcode-scanner-into-asp-net-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!