Link to home
Start Free TrialLog in
Avatar of Denis Orozco
Denis OrozcoFlag for United States of America

asked on

QR code reader web app

Hi there,
I need a sample application to build off to accomplish the following:
Scan a ticket that has a QR code.
As the ticket gets scanned add it to a datagrid or listbox (doesn't matter)
Once all the codes are in this data repository and on button click stores it on a database.
I don't expect to someone in here write something from scratch this escenario. But if you have seen something that can get me ahead on things I will greatly appreciate it.
If you have an idea of an aspx app or windows
Avatar of Kyle Santos
Kyle Santos
Flag of United States of America image

Hi,

I am following up on your question.  Do you still need help?

If you solved the problem on your own, would you please post the solution here in case others have the same problem?

Regards,

Kyle Santos
Customer Relations
Avatar of Denis Orozco

ASKER

never got a solution or even an attempt to give me a solution.
Hi COHFL,
Sorry I missed this when you first posted it, but thanks to Kyle's alert, I finally saw it. I can't help you with all aspects of the question, but I've had a lot of experience in recent years with generating and reading QR codes, and can probably point you to some sample apps (including ones that I've written myself). But before going further, a question: what device are you using to scan the QR codes? Regards, Joe
QR codes are just a different representation of text. So if you have the scanner connected to the computer where the app is running or ready in the web browser then you may just set the input control to any input text field and if the scanner adds Enter or any other "submit" key combination then you may process the text entry in the application. All scanners support such option in the setup.

Of course, you may use camera on the cell phone as the QR code scanner. Then it needs appropriate application which converts the QR code image to the text and sends it wherever you need it available for further processing.
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
this link provides examples of scanning in QR codes using aspx

http://www.cnetsdk.com/net-barcode-scanner-sdk-read-qrcode-from-image
COHFL,

Experts have replied.  May we assist you with anything else?
COHFL,

Experts have replied.  May we assist you with anything else?