how to print a barcode label in asp.net?

S

Steve C. Orr [MVP, MCSD]

Your barcode manufacturer likely has a barcode font you can use to generate
the barcodes you need (or some other way to generate the barcodes.)
You'll likely need to display these as images on your web page.
Normally your img tag would point to a jpg or a gif image file.
In your case you might want it to point to a special page you've designed
specifically for outputting these images.
For example:
<img src='myimage.aspx' ...>
 
T

TN Bella

I set up a page to use the font 3 of 9, which is a scan sheet of
different bar code values....the user click on an icon and it refers to
that page. Try looking for a bar code font to display on your page.


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top