Hi, I want to print bar code label using .net or anyother application. The database is sql server. Thank you.
There are many methods and options to do this. First of all you need to decide which barcode type you need to print. Code39 is the most popular and the easiest. One way to print barcodes is by using Barcode Fonts. Note that when using a font, you will mostly have to do certain operations/calculations to make the code standard before printing. This method is the most popular. IDAutomation provides Code39 font free here. Another free Code39 font is here. The other is to draw lines and then print them. See Barcode .NET Control which is a free Code39 project. If you are going for a commercial solution on other font types, See following links. http://www.idautomation.com/ - They provide Fonts to almost any type of barcode. http://www.tec-it.com/en/software/selection/net-barcode/EntryPage.aspx I think you now have everything to give it a start. Good luck!
Will this post help you a little bit? http://strokescribe.com/en/barcode-object-sql-server.html Or maybe you can try some barcode generators for .net.
I have used this VB.NET barcode generator in WinForms. Hope this clue can be helpful for you. What I like the most are their many detailed tutorials, like tutorial of barcode data encoding in VB.NET, etc. Even users who knows nothing about barcode can use the tool easily.
You will get lots of free libraries for generating barcode and you can save it as images and print it, you will find online barcodes genrators too
i've used this barcode generator using C#,asp.net ,.net app etc .which is found on the internet,you may take a look you may take it for example http://www.keepautomation.com/guide/csharp_barcode_generator.html http://www.keepautomation.com/guide/dotnet_barcode_generator.html
I generated a barcode in SQL Server Reporting Services (SSRS) 2008 last week,but i failed at last,i dont't what's wrong?Did i use the wrong tool or i take the wrong steps?Can anyone tell me a easier way to do this???