Any way to display data from a barcode reader in Page

Stimulsoft Reports.NET discussion
Post Reply
Joseph
Posts: 2
Joined: Sun Apr 01, 2012 3:46 am
Location: USA

Any way to display data from a barcode reader in Page

Post 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.
Brook
Posts: 1
Joined: Thu Apr 05, 2012 10:52 pm
Location: USA

Any way to display data from a barcode reader in Page

Post 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.
Adam_1987
Posts: 1
Joined: Fri Apr 06, 2012 4:09 am
Location: USA

Any way to display data from a barcode reader in Page

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Any way to display data from a barcode reader in Page

Post 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.
Nathan_27
Posts: 1
Joined: Sun Apr 08, 2012 11:33 pm
Location: USA

Any way to display data from a barcode reader in Page

Post 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.
Joseph
Posts: 2
Joined: Sun Apr 01, 2012 3:46 am
Location: USA

Any way to display data from a barcode reader in Page

Post by Joseph »

I will try. Thanks a lot.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Any way to display data from a barcode reader in Page

Post by Andrew »

Hello,

It would be great if you could let us know about the result.

Thank you.
Post Reply