Irvan Abdurrahman
Irvan Abdurrahman

Reputation: 39

How to develop system barcode in asp classic?

Can someone know about barcode scanner in asp classic? I'm newbie in this program. Before this project I know develop with programming asp classic but not for barcode system.

I hope someone can help me, about tutorial or sample code for beginner to develop barcode system in asp classic.

Upvotes: 1

Views: 1464

Answers (1)

George O'Sullivan
George O'Sullivan

Reputation: 11

Classic ASP is server-side. You can't integrate with local hardware (i.e. barcode scanners on client machines)

If you want to read barcode images, for example, photos uploaded via a browser to a web-server try the BytesCout BarCode Reader:

https://bytescout.com/products/developer/barcodereadersdk/bytescoutbarcodereadersdk_first_step_with_asp_classic.html

Upvotes: 1

Related Questions