ASP.NET Code 11 Generator Library SDK
Integration and developer guide of generating Code 11 barcode images in ASP.NET applications
"The most important benefits that attract us are the efficient of the SDK and the reduction in development costs."
- Ben Lauda, Germany
Generate barcode Code 11 images in Visual ASP.NET web application with complete sample .NET source code
- Generate, create Code 11 in Visual ASP.NET applications
- Easy to install & integrate barcode Code 11 generation library SDK into ASP.NET developments
- Generate industry standard linear, 2d barcode types includingQR Code ASP.NET,
Data Matrix ASP.NET,Code 39 ASP.NET,Code 128 ASP.NET - Generate Code 11 images in ASP.NET class
- Create barcode Code 11 in ASP.NET webform application
- Draw & print Code 11 in SQL Server Reporting Service (SSRS) & Crystal Reports for ASP.NET projects
- Easy to encode Code 11 images to jpeg, gif, png, tiff, bitmap files in ASP.NET program
ASP.NET Code 11 Generator DLL Introduction

Top
Code 11, known as Code11, USD-8, USD8, is a high-density numeric-only linear barcode symbology.
ASP.NET Code 11 Generator is one of the barcode generation functions in OnBarcode's
Barcode for ASP.NET Generation Controls, which generates & prints Code 11 and 20+ other linear & 2D bar codes in ASP.NET web applications.
This article is providing several methods to use ASP.NET Barcode Generation Control to generate Code 11 barcodes in ASP.NET web pages, ASP.NET web forms, and ASP.NET classes.
Code 11 Generators
C#, VB.NET Barcode for ASP.NET
To create and print 1d and 2d barcodes in C#, VB.NET for ASP.NET web forms, you need use the following barcode generating libraries:
C# QR-Code,
C# Code 39,
C# Data Matrix,
C# Code 128,
VB.NET Data Matrix,
C# PDF417,
VB.NET QR Code and
VB.NET PDF417.
Streaming Code 11 Image into Your ASP.NET Web Pages Using ASP.NET Barcode Generator

Top
- Under downloaded trial package, copy barcode folder and its contents to your IIS, and create a new virtual directory, named "barcode".
- Restart IIS, navigate to http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789-&TYPE=1.
- To create barcode image in html or aspx pages, you can insert a image tag (img) into your web pages.
For example, <img src="http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789-&TYPE=1" />
If you need generate Code 11 barcodes in your ASP.NET class using C# or VB.NET, we provides complete barcode generation source code for
Code 11 in C# and
Code 11 in VB.NET.