how to create a barcode in asp.net
i upload the barcode design . i need like that
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajendra TripathyPosted Oct 17, 2014, 6:55 AM
In response to your updated question about detecting barcode printers:
I think a barcode printer will show up as a regular printer on your system. At least that is how the devices I have played with have worked.
This means that you can detect a specific barcode printer by enumerating the installed printers on the system and looking for the specified device, but in most cases I would suggest that you let the user specify the printer himself using either the standard print dialog or using a custom dialog.
Jones MillerPosted Oct 15, 2014, 4:14 AM
jacob leePosted Oct 15, 2014, 3:51 AM
Using a special bar code font (try to google for "barcode font free")
Render the bar code to an image and display that (try using the Barcode Rendering Framework available on codeplex)
In response to your updated question about detecting barcode printers:
I think a barcode printer will show up as a regular printer on your system. At least that is how the devices I have played with have worked.
This means that you can detect a specific barcode printer by enumerating the installed printers on the system and looking for the specified device, but in most cases I would suggest that you let the user specify the printer himself using either the standard print dialog or using a custom dialog.
Munesh SharmaPosted Oct 9, 2014, 3:34 AM
bob bellPosted Oct 9, 2014, 3:23 AM
Rahul PrasadPosted Jun 4, 2014, 3:36 AM
this must be a frequently asked question on forums,maybe you need to do some research on google or post the specific problem you're encountered with
http://www.c-sharpcorner.com/forums/thread/247352/how-we-can-create-barcode-in-Asp-Net.aspx
http://www.c-sharpcorner.com/Forums/Thread/232550/barcode-program-in-C-SharpVB-Net.aspx
regards
Dania GomezPosted Jun 2, 2014, 10:27 AM
I know a toolkit (Lead tools) that supports writing different types of 1D and 2D barcodes. It has both .NET and HTML5 libraries that might help you on web. You can find more info here.
Barcode
You can get started by seeing the below tutorial:
Writing Barcodes
You can get more details from their support team using this email: [email protected]
selvi subramanianPosted May 31, 2014, 2:23 AM
selvi subramanianPosted May 31, 2014, 2:06 AM
Khan Abrar AhmedPosted May 30, 2014, 7:56 AM
http://www.codeproject.com/Articles/30322/Barcodes-in-ASP-NET-applications
http://www.c-sharpcorner.com/UploadFile/jdivine/SimpleBarcodinginCSharp11212005044034AM/SimpleBarcodinginCSharp.aspx