Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i implement barcode in Asp.net.
Can anybody know please help me?
Posted
Updated 12-Jul-16 0:27am
v2

check here[^]
 
Share this answer
 
Comments
Uday P.Singh 29-Dec-11 5:23am    
5ed
See this[^] link.
 
Share this answer
 
Hi,

No do anything pls follow below process:

1. Enter a BarCode field in Database table and save any value suppose 123456789
insert in this field.

2. Now fetch this value by using query

3. Bind this value to a Label

4. Install Bar Code font and set font face for Label to Bar Code font Name.

5. Label at run time shows Bar Code to that number.

Use this process, it solves your problem.
 
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