KA.Barcode for ASP.NET
Code 2 of 5 Barcode Generator for ASP.NET
Generate & Create Code 2 of 5 Bar Code Images in ASP.NET, IIS, C#, VB.NET class library
Code 2 of 5 for ASP.NET Overview

  • Easy to drag & drop Code 2 of 5 generating component onto ASP.NET Web forms
  • Support to use in Internet Information Services (IIS)
  • Automatically add checksum digit for Code 2 of 5 according to its data length
  • Provide 100% source code for C#.NET and VB.NET
  • Generate, print high-quality Code 2 of 5 barcode into GIF, BMP, PNG, JPEG, TIFF
  • Equipped with 50+ option to customize Code 2 of 5 barcodes
  • Support all major web browsers, including Internet Explorer, FireFox, Chrome, Safari
  • Mature and reliable barcode component used world-wide
  • Royalty-free purchased developer license
c# data matrix reader, barcode in crystal report c#, rdlc barcode report, qrcode.net c# example, c# calculate ean-13 check digit, rdlc barcode c#

ASP.NET Code 2 of 5 Barcode Component is one function of KA.Barcode Generator for ASP.NET, which supports C#, VB.NET, Managed C++ and Borland Delphi for .NET 2.0 and later version.

how to create barcode in c# windows application, how to print barcode labels in vb.net, barcode word excel, print barcode with vb.net, barcode generator java source code free, barcode generator in vb.net code project

100% source code of C# and VB.NET are provided for making Code 2 of 5 barcodes in ASP.NET Web forms, IIS, ASP.NET Class, etc.Other Code 2 of 5 generator, see Code 2 of 5 barcode in Winforms, Code 2 of 5 barcode in C#, Code 2 of 5 barcode in VB.NET, Code 2 of 5 barcode in Report Services



Code 2 of 5 Barcode Information

Code 2 of 5, is also named as two-out-of-five code, 2 of 5 Industrial, 2/5 Industrial, 2 of 5 Standard, Standard 2 of 5, 2/5 Standard Code 2/5, 2 of 5 Barcode.

Barcode Character Set Sample Image
Code 2 of 5
  • Digits:0, 1, 2, 3, 4, 5, 6, 7, 8, 9;




How to Generate Code 2 of 5 using KA.Barcode for ASP.NET

Setup Process

  1. Download Code 2 of 5 Barcode Component for ASP.NET and unzip
  2. Copy KeepAutomation.Barcode.Web.dll to your ASP.NET project folder

Drag & Drop KA.Barcode Generator for ASP.NET - Code 2 of 5 Barcode Generator

Add Barcode Control to your ASP.NET Web Forms toolbox

  1. Right click toolbox, choose "Choose Items..."
  2. Goto tab ".NET Framework Components", and click "Browse..." button
  3. Select KeepAutomation.Barcode.Web.dll
  4. Click "OK" button


Generating & Streaming Code 2 of 5 in IIS

Install our buildin ASP.NET Barcode Generator web application
  1. Copy folder "barcode" in your download the trial package to your IIS web application folder
  2. Create a virtual directory, named "barcode", and link to your just copied "barcode" folder
  3. Restart IIS
  4. Now you have successfully install the ASP.NET Barcode Generator web application
  5. To test it, open your web browser, and navigate to "http://localhost/barcode/barcode.aspx?symbology=0&code-to-encode=12345"
  6. A Code 2 of 5 barcode will be displayed
  7. If you want to change Code 2 of 5 image format, insert a tag <img> onto your web pages <img src="http://localhost/barcode/barcode.aspx?symbology=0&code-to-encode=12345" />

Generating Code 2 of 5 in ASP.NET Using C#, VB.NET

We provide 100% C# and VB.NET source code for generating Code 2 of 5 barcodes in ASP.NET Web forms.


Sample Code in C#.NET Sample Code in VB.NET
using KeepAutomation.Barcode.Bean;
BarCode code25 = new BarCode();
code25.Symbology = KeepAutomation.Barcode.Symbology. code25;
code25.CodeToEncode = "3157989";

code25.generateBarcodeToImageFile(("../barcode-code25-csharp.gif");

Dim code25 As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
code25.Symbology = KeepAutomation.Barcode.Symbology.code25
code25.CodeToEncode = "3157989";

code25.generateBarcodeToImageFile("../code25-vb-net.gif")

More Code 2 of 5 property settings, See Code 2 of 5 Generation in C#.NET More Code 2 of 5 property settings, See Code 2 of 5 Generation in VB.NET