.NET Barcode Generator for ASP.NET

ASP.NET Barcode Generation in ASP.NET Web Form Applications.

  • Generate barcodes in ASP.NET web applications
  • Generate barcodes in IIS without Visual Studio .NET
  • Generate barcodes in ASP.NET aspx page Design View.
  • Support barcode generation in .NET class & console applications
  • Completely coded in C#.NET
  • Compatible with latest barcode symbology ISO Standards
  • Mature barcode generating components used by 1000+ clients

Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



OnBarcode.com .NET Barcode for ASP.NET is the most flexible and powerful ASP.NET Server Component (ASP.NET dll WebForm Control) which lets you to easily and simply add advanced barcoding generation and printing features to your ASP.NET Web projects.

    .NET Barcode for ASP.NET is part of .NET Barcode Suite, which includes:

  1. .NET Barcode for ASP.NET
  2. .NET Barcode for WinForms
  3. .NET Barcode for Reporting Service
  4. .NET Barcode for Crystal Reports
 

ASP.NET Barcode Generator Features

ASP.NET Barcode Generator - Barcoding

  • 1D / Linear Barcodes: Codabar, Code 11, Code 39, Code 93, Code 128, EAN 128 (GS1-128), Interleaved 2 of 5, Code 2 of 5, ITF14, UPC-A, UPC-E, ISBN, ISSN, MSI Plessey, Postnet, Planet, Onecode, Identcode, Leitcode, RM4SCC

  • 2D Barcodes: Data Matrix, PDF-417, QR-Code

  • Automatically computes checksum

  • Barcode rotation support (0, 90, 180, 270 degrees)
"I really appreciate your prompt response and thank you so much on the wonderful solution!"

- De Luca, Germany

ASP.NET Barcode Generator - ASP.NET Technology

  • Written 100% in C#.NET 2005

  • Strong named assemblies for ASP.NET 2.0 & 3.5

  • Easy to use in VB.NET, C#, Managed C++ and Borland Delphi for .NET.

  • Draw barcodes in image files as well as in the memory.

  • Barcode rotation support (0, 90, 180, 270 degrees)

  • ASP.NET Web Service support

  • ASP.NET Data-Binding support

ASP.NET Barcode Generator - Requirement, Installation, & Deployment

  • Support .NET 2.0, 3.0, 3.5 or later version

  • Simple Xcopy deployment

ASP.NET Barcode Generator - Development

  • .NET Web Service Project (runtime support)

  • ASP.NET Web Site (design-time and runtime support)

  • Console Application (runtime support)

  • Class Library (runtime support)

ASP.NET Barcode Generator - Image & Web Browser Support

  • Allow the barcode object to be saved as an image such as GIF, BMP, PNG, JPEG and TIFF file to a specified file name.

  • Internet Explorer, FireFox, Chrome, Safari, Supported.
 

ASP.NET Barcode Generator Version Comparison

Barcode Generation .NET Barcode Suite .NET Barcode
for
ASP.NET
.NET Barcode
for
WinForms
.NET Barcode
for
Reporting Service
.NET Barcode
for
Crystal Reports
in .NET class
in Console applications
in ASP.NET WebForms
in .NET WinForms
in Reporting Service
in Crystal Reports for .NET

 

ASP.NET Barcode Generator - Download

Before download the free evalucation package, please read ONBARCODE Evaluation License Agreement

Download .NET Barcode for ASP.NET Evaluation Version (zip file about 200kb)

ASP.NET Barcode Generator - Supported Barcode Types

(View ASP.NET Barcode Generation Tutorial)

How to create barcode image on html or ASP.NET aspx pages without using ASP.NET Barcode Web Forms Components?

  • 1. Under demo package, copy barcode folder and its contents to your IIS, and create a new virtual directory.

  • 2. Restart IIS, navigate to http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4

  • To create barcode image in html or aspx pages, you can insert a image tag (img) into your page.
    For example, <img src="http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4" />

How to draw bar codes using ASP.NET Barcode Generator's Web Form Controller?

  1. Add OnBarcode.Barcode.ASPNET.dll to asp.net project reference

  2. Add ASP.NET Barcode (Linear, Data Matrix, PDF 417, QR Code) Components to .NET Visual Studio Toolbox

    1. Right click .NET Visual Studio Toolbox, select menu Choose Items...

    2. In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.ASPNET.dll

    3. After selection, you will find four items under "Components" section: LinearWebForm, DataMatrixWebForm, PDF417WebForm, and QRCodeWebForm.

How to draw barcode in ASP.NET class using C#.NET?

First add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to .net project reference
Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE39;
barcode.Data = "0123456789";
barcode.drawBarcode("C://code39.gif");

How to generate barcode images and encode into GIF, JPEG, PNG formats?

Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE128;
barcode.Data = "0123456789";
barcode.drawBarcode("C://code128.gif");


Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



All .NET Barcode Generator Components:
.NET Barcode Suite     |     .NET Barcode Generator for ASP.NET     |     .NET Barcode Generator for Windows Forms
.NET Barcode Generator for Reporting Service     |     .NET Barcode Generator for Crystal Reports