Page 1 of 1
Any way to display data from a barcode reader in Page
Posted: Sun Apr 15, 2012 10:29 pm
by Joseph
Can I retrieve data from a barcode reader and then display what I got in the web page. For example, I've got a list of product and price contained in the barcode reader. How can I access the barcode reader and access the product and price available in the reader and display it in the aspx page.
Any way to display data from a barcode reader in Page
Posted: Mon Apr 16, 2012 2:06 am
by Brook
You need a barcode decoder. If your web project are developed in ASP.NET, find a .NET barcode recognizer. If it's in Java, find a generator add-on.
Any way to display data from a barcode reader in Page
Posted: Mon Apr 16, 2012 3:21 am
by Adam_1987
It is able to input data from any devices in text format in asp.net. So using a barcode reader into your project, the problem may be fixed.
Any way to display data from a barcode reader in Page
Posted: Mon Apr 16, 2012 8:54 am
by HighAley
Hello.
Barcode Decoder is a third-party product which could be used in your project and you could get any data from it and pass it to our report generator.
Thank you.
Any way to display data from a barcode reader in Page
Posted: Mon Apr 16, 2012 10:04 pm
by Nathan_27
Of course you can. And it is easy to do so. You only need the
barcode reader software for .net. It is easy to integrate into to. NET, ASP.NET, C#, VB.NET projects. So aspx page will be no problem.
Any way to display data from a barcode reader in Page
Posted: Tue Apr 17, 2012 3:43 am
by Joseph
I will try. Thanks a lot.
Any way to display data from a barcode reader in Page
Posted: Tue Apr 17, 2012 7:15 am
by Andrew
Hello,
It would be great if you could let us know about the result.
Thank you.