Click here to Skip to main content
15,888,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Please any body help me

How to generate barcode from a string using asp.net with c#

thanks,
murty
Posted

As mentioned here[^], you can generate bar codes:

1. Using a special bar code font (try to google for "barcode font free")
2. Render the bar code to an image and display that (try using the Barcode Rendering Framework[^] available on codeplex)

Other answer suggests couple of good examples here: http://www.vsdotnet.be/blogs/tommer/2006/10/02/CreatingBarcodesOnTheFlyWithC.aspx[^]
 
Share this answer
 
 
Share this answer
 
Have a look:
Create-BarCode
Hope it helps :)
 
Share this answer
 
Comments
CHill60 1-May-14 7:49am    
Bit late ... August 2012 the question was asked!
Sanket Saxena 1-May-14 7:54am    
Ooops very late.
You can use something like Code39 font for your application. Search on google for Code 39 Barcode Font.
 
Share this answer
 
Comments
CHill60 1-May-14 10:24am    
Bit late .... question was asked in August 2012. See solution 8 also

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