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
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. 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 in Winforms,
Code 2 of 5 in C#,
Code 2 of 5 in VB.NET,
Code 2 of 5 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;
|
 |
Barcode.ImageFormat = ImageFormat.Png; barcode.generateBarcodeToImageFile("C://barcode- qrcode-csharp ....
more>
How to Generate Code 2 of 5 using KA.Barcode for ASP.NET
Setup Process
- Download Code 2 of 5 Barcode Component for ASP.NET and unzip
- 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
- Right click toolbox, choose "Choose Items..."
- Goto tab ".NET Framework Components", and click "Browse..." button
- Select KeepAutomation.Barcode.Web.dll
- Click "OK" button
Generating & Streaming Code 2 of 5 in IIS
Install our buildin ASP.NET Barcode Generator web application
- Copy folder "barcode" in your download the trial package to your IIS web application folder
- Create a virtual directory, named "barcode", and link to your just copied "barcode" folder
- Restart IIS
- Now you have successfully install the ASP.NET Barcode Generator web application
- To test it, open your web browser, and navigate to "http://localhost/barcode/barcode.aspx?symbology=0&code-to-encode=12345"
- A Code 2 of 5 barcode will be displayed
- 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" />
Creating QR Code bar codes into 40 ....
C#.NET class & console applications. Besides, the user-friendly interface provides easy access to customize generated QR Code images like size,...
Byte data (default: ISO/IEC 8859-1); Kanji characters. QR Code Generation in .NET WinForms SDK. Firstly, please download KA.Barcode for .NET...
more>
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 |