The installation of our ASP.NET barcode generator component may include two parts.
Install Barcodelib.Barcode.ASP.NET.dll to your ASP.NET project by adding reference.
Install Barcodelib.Barcode.ASP.NET.dll to Toolbox by choosing items. (When you finish this part, you will see four new items appear in the Toolbox, as is shown in the following picture.):
Generate GS1-128 Barcode Images in ASP.NET Web Site
You are supposed to finish the installation first. (See detailed steps as above)
Find the folder barcode in the trial package. Open it and copy files "linear.aspx", "linear.aspx.cs" to your web project.
Drag LinearASPNET from the Toolbox to your aspx page. Then a default Code 128 barcode image will appear.
Click the generated barcode image, adjust its barcode type to EAN 128 and change other settings in the Properties Window.
Run your ASP.NET web project to view the created GS1-128 1d barcode.
Create GS1-128 Barcode in ASP.NET in C# or VB Programming
While you are generating GS1-128 barcode in ASP.NET class, you may use the following free C# & VB codes.
Generate GS1-128 1D Barcode Image in Microsoft IIS
Copy the folder "barcode" to your IIS folder, e.g. C:\ interpub.
Create a new virtual directory in your IIS named "barcode", and connect it to the above "barcode" folder pasted in inetpub.
Restart IIS and navigate to: http://YourDomain:port/barcode/linear.aspx?Type=10&Data=(11)121211&LeftMargin=12&RightMargin=12 To make further adjustment for the GS1-128 image, please view web stream URL parameters for GS1-128 here: Linear GS1-128/EAN-128 .NET Property Settings
If you want to add this GS1-128 barcode image to your aspx or html page, please pass the url to IMG tag or src value. <img src=http://YourDomain:port/barcode/linear.aspx?Type=10&Data=(11)121211&LeftMargin=12&RightMargin=12 /> This method will not generate any GS1-128 barcode images in your IIS server side.
ASP.NET GS1-128 Barcode Generator Supported Barcode Types