Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to Generate and scan Barcode in C#.net web application without using third party dll.
Posted

"Don't" is the simple answer.

Implementing bar code generation is not that complex - it's pretty easy if you follow the rules carefully. Scanning them is a lot more work, since you don't necessarily know the barcode type or orientation in advance, and have to work it all out.
I would use a third party dll - it will save you a lot of work and grief.
 
Share this answer
 
Thankyou very much for giving response.
please tell me step by step
 
Share this answer
 
Comments
BobJanova 13-Jan-12 8:27am    
1 - find barcode reading DLL
2 - read documentation
3 - ????
4 - profit

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