GS1 128 (UCC/EAN 128) Barcode Generator for ASP.NET

Printing GS1 128 barcodes in ASP.NET web applications with ASP.NET barcode component
GS1 128 (UCC/EAN 128) Barcode Generator for ASP.NET- Benefits
Quality Image Generator for ASP.NET
GS1-128 ASP.NET Generator SDK draw GS1-128 barcode images in ASP.NET web applications; support image resolution customization in dpi (dots per inch); capable of Png, Tiff, Gif, Jpeg, and Bitmap image output; generate graphics object on web forms
Easy-to-use Server Control
GS1-128 ASP.NET Generator server control is 100% developed in managed code in C#; its included assemblies are strong named and digitally signed; it could be installed easily into Web Server project with Xcopy
GS1 Compatible
The GS1-128 generated by GS1-128 ASP.NET Generator SDK is completely compatible with GS1 barcode standards for GS1-128; GS1 Application Identifiers (AI) could be encoded easily with the intelligent AI encoding features
Flexible GS1-128 Generator
GS1-128 Barcode ASP.NET Generator Control is an advance GS1-128 barcode generator that generates GS1-128 image in ASP.NET using Web Server library; barcode image sizing, rotating, coloring and text customizing functions are provided
GS1 128 Barcode Generator for ASP.NET --- Overview
ASP.NET GS1 128 Barcode Generator is one of the significant components for developing an ASP.NET GS1 generator application. It includes quality GS1-128 generation capabilities that could be inherited easily by web applications in ASP.NET. Free C#.NET and VB.NET sample codes are provided.
GS1 128 Introduction
GS1 128, formerly known as UCC/EAN 128, is a barcode application standard implemented by GS1. Built based on Code 128 barcode specification, GS1-128 is a high-density, discrete barcode symbology who is capable of encoding all the ASCII characters.
GS1-128 Valid Data:
  • Numeric Characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Uppercase letter: A-Z
  • Lowercase letter: a-z
  • Special characters: - (Dash), $ (Dollar), % (Percentage), (Space), . (Point), / (Slash), + (Plus)
GS1-128 Barcode Generator for ASP.NET---Barcode Generation
Create GS1-128 barcodes in Microsoft Internet Information Services (IIS)
  • 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=01234567&Symbology=16;
  • To present the image on the web page, insert the following image tag into the html source code <img src= http://YourDomain:Port/barcode/aspcontrol.aspx?BarcodeData=01234567&Symbology=16">
Generate GS1-128 barcodes within ASP.NET Web Forms
  • Download and save Terrek.ASPNET.zip, then have it unzipped in your project folder;
  • Open your form with Visual Studio;
  • Add Terrek.Barcode.ASPNET.dll to the "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;
In case you want to make further customization of the barcode parameters, stop the project, right-click "WebForm1.aspx", and select "View Code";
Generate GS1-128 Using C#.NET or VB.NET
You are also allowed to print GS1-128 in ASP.NET web applications using C#.NET and VB.NET. Click to see Generating GS1-128 in C#.NET and Generating GS1-128 in VB.NET.