how to print barcode label using .net and sql serve

Discussion in 'Programming' started by aghahassan, Apr 10, 2010.

  1. #1
    Hi, I want to print bar code label using .net or anyother application. The database is sql server. Thank you.
     
    aghahassan, Apr 10, 2010 IP
  2. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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!
     
    NeoCambell, Apr 14, 2010 IP
  3. farooq.azam

    farooq.azam Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can use Crystal Report 2008, create a report with barcode, then load it in CrystalReportViewer.
     
    farooq.azam, Apr 16, 2010 IP
  4. harkgreen

    harkgreen Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    harkgreen, Jan 29, 2013 IP
  5. petersw

    petersw Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    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.
     
    Last edited: May 8, 2013
    petersw, May 8, 2013 IP
  6. designpack

    designpack Banned

    Messages:
    7
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #6
    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
     
    designpack, May 12, 2013 IP
  7. cindy313

    cindy313 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #7
    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
     
    cindy313, Sep 9, 2013 IP
  8. andyadams

    andyadams Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #8
    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???
     
    Last edited: Sep 29, 2014
    andyadams, Sep 29, 2014 IP