-
barcode textbox
anyone could help me by answering me one question.
suppose i have a html form contain one textbox field.
user click on the textbox field ( Select the field )
And when user will scan the barcode from barcode scanning device. So the barcode readable string will automatically display in my html form textbox?
Or i need to do something special for this?
sorry for my bad english, I could not collect proper words for asking this queestion :cry:
-
Re: barcode textbox
I believe that a barcode scanner is just an input device like a keyboard.
As long as the textbox has focus, when they scan the barcode, it will automatically get put into the box.
-
Re: barcode textbox
Yes, it will scan to a web page textbox just like a winform textbox as long as the textbox has focus.
And don't worry about your English, it's fine.