EAN-8 Linear Barcode Generator SDK Using ASP.NET

Sample example to insert EAN-8 barcode into ASP.NET using IIS, VB/C# class library and dragging and dropping.
Generate EAN-8 Barcode Image Using ASP.NET - Benefits
Easy-to-use .NET Control Server DLL
Easy to install, drag and drop ASP.NET Barcode Library DLL onto your ASP.NET web forms, easy to create high quality EAN-8 barcode images using C# or VB.NET source code with samples and easy to generate EAN-8 barcode in your web pages displayed as Gif, Tiff, Bmp, Png or Jpeg formats freely.
Support Development Environment
Generate, integrate, and print EAN-8 barcodes in ASP.NET web applications, IIS, Microsoft Visual Studio, ASP.NET Crystal Reports document, ASP.NET class & console applications using C# or VB.NET class with free sample code provided.
Supported .NET Technology
With strong-named and signed .NET control server DLL on the fly, ASP.NET barcode generator library SDK is entirely built in C#, and compatible with VB.NET, Managed C++ and Borland Delphi for .NET in .NET Framework 2.0, 3.0, 3.5 and 4.0.
Using Image Tag to Insert Barcode Image in Html or Aspx pages
With barcode generator SDK using ASP.NET server, it is simple to embed EAN-8 barcode image into aspx pages or html pages at any place using image tag that provided the barcode URL for each barcode types from Terrek.com with samples provides.
Flexible EAN-8 Barcode Image Customization
Simple to customize EAN 8 barcode images with color, resolution, and orientation, easy to enable or disable EAN8 human-readable text with automatically computing check digits. And support supplement 2 or 5 digits to add on with free sample example. See detail EAN-8 barcode settings FAQ in ASP.NET.
Generate EAN-8 Barcode Image Using ASP.NET - Overview
Using ASP.NET barcode control server library DLL to generate EAN-8 and EAN-8+2, EAN-8+5 is a simple thing. It is simple to use the method provided by Terrek.com with detail guide and sample code and to encode barcode images in aspx pages or html pages using image tag. The implemented EAN-8 barcode images in ASP.NET application can be displayed as high quality Gif, Tiff, Bmp, Png or Jpeg images.
EAN 8 Introduction
EAN 8 barcode is short for European Article Number 8, which is also called GTIN-8 (Global Trade Item Number). EAN 8 is the compress version of EAN 13 barcodes, used mainly on small packages. Each EAN 8 barcode is consisting of a starting quiet zone, 2- or 3-digit GS1 prefix, 5- or 4-digit article identification (the length depending on the prefix), a checksum digit (calculated on Modulo 10)and an ending quite zone.
ASP.NET EAN 8 Barcode Generator encodes:
  • Numeric data only: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Input 7 digits is valid with a checksum which is automatically computed by ASP.NET Barcode Control Server DLL
EAN-8 Barcode Generator Server Control DLL for ASP.NET - EAN-8 Barcode Generation
Generate EAN-8 Barcode Image Using MS Internet Information Service (IIS) with URL
  • Download Terrek.ASPNET.zip, save it in local drive, and unzip;
  • Browse the folder and copy the "barcode" fold to your IIS local host;
  • Create a new virtual directory named "barcode" on IIS;
  • Restart IIS, and navigate to http://YourDomain:Port/barcode/aspcontrol.aspx?BarcodeData=5612354&Symbology=10;
  • To present the image on the web page, insert the following image tag into the html sample code: <img src="http://YourDomain:Port/barcode/aspcontrol.aspx?BarcodeData=5612354&Symbology=10">
Using this method, the barcode image is generated in your web browser; it will not display any barcode images in your IIS server side. To change barcode property, just change the URL, and use & as connection. See detail property adjustment samples of EAN-8 in IIS.
Generate EAN-8 Barcode Images Using .NET Control Server DLL in ASP.NET WebForms
  • Download and save Terrek.ASPNET.zip, then have it unzipped in your project folder;
  • Open your form with Visual Studio 2005, 2008 or 2010;
  • Add Terrek.Barcode.ASPNET.dll to the Visual Studio "Toolbox";
  • Select "Split", then copy "aspcontrol.aspx" and "aspcontrol.aspx.cs" to the folder where barcodes are generated.
  • Drag and drop "ASPControl" into the "Split" Windows, then debug the form;
  • To customize created EAN-8 barcode image, click design view, and change barcode settings through properties window.
Develop & Insert EAN-8 Barcode Images through ASP.NET Server Library DLL in C# or VB.NET
Terrek.com provides free sample C# or VB.NET code to create EAN-8 barcode images in your ASP.NET applications with available source code. Please navigate to make EAN-8 barcode image using C# code and create UPC-E barcode images using VB.NET class.
ASP.NET Barcode Generator Control DLL Valid Barcode Symbologies