Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
I want to read the barcode through my asp.net project.

Do i need any extra hardware to read it.

Is it there any built in function in asp.net that will achieve this.

Once it's been read then i want to save it sql table.



Please Help.
Posted

"Do i need any extra hardware to read it."

Yes.
You need what is called a "barcode scanner"
How it interfaces to your computer depends on which one you get, which in turn depends on what you want to do with it.

Really good ones are SICK[^] - but you may be able to find a more cost-effective solution.

What are you trying to achieve?
 
Share this answer
 
Comments
Monjurul Habib 10-Aug-11 15:39pm    
nice answer.5+
Tarun Mangukiya 18-Dec-12 2:25am    
Nice.
Hello sir, just dropping by(if I can help ^_^)
Why not use Java language, VB, C# rather than Asp.net? Me and my groupmates created that when we where in 2nd year college using vb(for system only(stand alone)) since you can connect the hardware via parallel port,serial etc. Read a lot of tutorial in google and im sure i post our project somewhere in the net ^_^
Here is a sample by the way ^_^
WITH A LITTLE CODE^_^

^_^ Hope can help in a little way ^_^
 
Share this answer
 
Comments
Christian Graus 10-Aug-11 20:55pm    
Because he wants it in a website ? Of course, java is the way to go for the component he'll host on the web, I agree.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900