Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
456 views
in Technique[技术] by (71.8m points)

c# - Integrating barcode scanner into asp.net application?

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...