EAN-13 Barcode Generator for ASP.NET

Generating & printing EAN-13 barcodes in ASP.NET web applications with ASP.NET barcode component
EAN-13 Barcode Generator for ASP.NET - Benefits
Development Environment
It is easy to create, print & display EAN-13 barcodes in ASP.NET web projects, Internet Information Service (IIS), Visual Studio, ASP.NET Crystal Reports document, ASP.NET class library & console application.
Supported .NET Technology
Terrek.Barcode Generator for ASP.NET is entirely managed code product developed in C#.NET with strong-named and time-stamped DLLs. It is easy to create barcodes in Visual Basic, C#.NET, Managed C++, and Borland Delphi for .NET. Barcodes generated can be displayed as high quality GIF, PNG and JPEG images compatible with all the web browsers.
Barcode Properties Customization
Terrek.Barcode EAN-13 Geneator for ASP.NET provides multiple options to customize EAN-13 properties to make desired barcodes. Barcode size can be adjusted through X dimension, Y dimension, and margin size for left, right, top & bottom, etc. Barcode image can be customized by changing rotation, alignment, image formats, font, color, etc.
EAN-13 Special Settings Support
Terrek.Barcode EAN-13 SDK supports supplement 2 or 5 digits add-on to generate EAN-13+2 and EAN-13+5. Checksum character for EAN-13 can be automatically calculated by this SDK. Only input 12 digits, a 13-digit long EAN-13 is generated.
EAN-13 Barcode Generator for ASP.NET - Overview
ASP.NET EAN-13 Barcode Generator is an easy-to-use and mature .NET component that can be integrated well into Visual Studio 2005/2008/2010 in .NET Framework 2.0, or greater to generate high quality barcodes in Web Forms Applications. For your quick and easy barcode generation and customization, we provide you detailed tutorial and free VB.NET and C# samples.
EAN-13 Introduction
EAN-13 stands for European Article Number 13, which is also called GTIN-13 (Global Trade Item Number), or JAN 13 in Japan. EAN 13 is the standard version of EAN barcode symbology. Each EAN 13 barcode has a fixed length of 13 digits, consisting of a starting quiet zone, GS1 prefix (two or three digits), company number (three to eight digits), item reference (two to six digits), a checksum digit (calculated on Modulo 10) and an ending quite zone.
ASP.NET EAN 13 Barcode Generator Encodes:
  • Numeric data only: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
EAN-13 Barcode Component for ASP.NET - EAN-13 Generation
Generate EAN-13 Barcodes within ASP.NET Web Forms
  • Download Terrek.ASPNET.zip, unzip and installed
  • Add "ASP.NET Control" to your Visual Studio "Toolbox"
  • Copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where your aspx pages are generating barcodes
  • Drag and drop "ASPControl" to your ASPX web forms
  • Change barcode type to EAN13, and adjust other parameters through "properties window"
  • Run the project.
Generate EAN 13 Barcodes in Internet Information Services (IIS)
  • Download Terrek.ASPNET.zip and unzip
  • Copy barcode folder and contents to IIS and create a new file directory called "barcode"
  • Restart IIS, navigate to http://YourDomain:Port/barcode/aspcontrol.aspx?DATA=455245524552&TYPE=13
  • Add an image tag into the web page to create EAN 13 barcode image in html or aspx pages. E.g. <img src= http://YourDomain:Port/barcode/aspcontrol.aspx?DATA=455245524552&TYPE=13/">
Generate EAN 13 in ASP.NET Class Using C# or Visual Basic.NET
  • Download Terrek.ASPNET.zip and unzip
  • Add "Terrek.Barcode.ASPNET.dll" to your project folder
    (Do not copy the DLL to the bin directory, Visual Studio will do so automatically)
  • Add "Terrek.Barcode.ASPNET.dll" to Visual Studio reference
  • Copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where your aspx pages are generating barcodes
  • Write Visual Basic or C# code to generate EAN-13
You can generate EAN-13 barcodes in ASP.NET applications by using C# class or VB.NET class. Here is the source code of EAN-13 in C# and EAN-13 in VB.NET: ASP.NET EAN-13 in C#,ASP.NET EAN-13 in VB.NET.