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

I have a problem in creating barcode images in my website.

I want to use the barcode but I have no idea how I can use barcodes in my project without use of any web service.

If you have any idea or code then please help me.

Thanks in advance
Posted
Updated 15-Dec-11 22:13pm
v3
Comments
Dalek Dave 16-Dec-11 4:13am    
Edited for Grammar and Readability.

You may either us a barcode font[^] or you may enjoy yourself drawing the barcode using graphics primitives (just be sure to read carefully the specifications of the barcode you choose).
 
Share this answer
 
Check this CP article

Barcodes in ASP.NET applications[^]
 
Share this answer
 
Comments
Dalek Dave 16-Dec-11 4:14am    
Good Link.
Hi,

I have show bar code in my website.
First you save a user defined value in database item wise then install barcode font.
apply that font to label, fetch value from database then set this to label. it will show bar code.
 
Share this answer
 

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