How to use ASP.NET Barcode Generator Control SDK (dll) to generate, create linear, 2d barcodes in ASP.NET Class, Web Forms, Web Reporting application & software
Generate, Create, Print, Draw linear, 2d bar codes in ASP.NET projects
- Easy to generate barcodes by drag and drop ASP.NET Barcode Generator Web Forms Control (dll)
- Print barcodes in .NET Web Forms applications
- Create barcodes in .NET class & console applications
- Draw barcodes in Crystal Reports for ASP.NET Web Forms applications
- Supports industry standard linear, 2d barcode types including
QR Code,
Data Matrix,
PDF417,
Code 39,
Code 128,
EAN-128,
EAN-8,
EAN-13,
UPC-A,
UPC-E.
- Completely coded in C#.NET
- Compatible with latest barcode symbology ISO Standards
- Mature & reliable .NET Barcode Generating Components since 2004
ASP.NET Barcode Generator Web Forms Control
is a mature, easy to use
ASP.NET barcode generator component for Web Forms application (ASP.NET dll Class Library)
which lets you to easily and simply generate and print linear & 2D bar codes in your ASP.NET web applications.
ASP.NET Barcode Generator Web Forms Control is part of
.NET Barcode Generator Suite,
which supports generating linear & 2D barcodes in ASP.NET, .NET class, .NET Windows Forms, Reporting Service, and Crystal Reports for .NET applications.
ASP.NET Barcode Scanners
ASP.NET 2d barcode scanners:
Data Matrix Scanner,
PDF-417 Scanner,
QR Code Scanner.
ASP.NET linear barcode scanners:
Code 39 Scanner,
Code 128 Scanner,
EAN 8 Scanner,
EAN 13 Reader,
GS1 128 (UCC/EAN128) Reader,
UPC-A Reader,
UPC-E Reader.
Install ASP.NET Barcode Generator Component (dll) to ASP.NET Web Projects
ASP.NET Barcode Generator is built on C#.NET 2005.
They are compatible with Microsoft C#.NET, VB.NET, Borland Delphi for Microsoft .NET,
Visual Studio .NET Framework 2.0 or later version.
Install
- Download the trial package and unzip
- Copy OnBarcode.Barcode.ASPNET.dll to your ASP.NET project folder.
Do not copy dll to .NET bin directory, Visual Studio build tools will do it for you.
- Add OnBarcode.Barcode.ASPNET.dll to your ASP.NET project or website reference
Add ASP.NET Web Form Control to ASP.NET Visual Studio Toolbox
-
Right click .NET Visual Studio Toolbox, select menu Choose Items...
-
In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.ASPNET.dll
-
After selection, you will find four items under "Components" section:
LinearWebForm, DataMatrixWebForm, PDF417WebForm, and QRCodeWebForm.
-
Select all of 4 components. You will find these 4 components in your .NET Visual Studio Toolbox.
Generate Barcodes in ASP.NET Classes
You can use the barcode component to generate barcodes in your ASP.NET class directly.
-
Add OnBarcode.Barcode.ASPNET.dll to ASP.NET web project reference
-
Use the OnBarcode.Barcode.Linear class to generate linear barcodes in your ASP.NET class. To generate 2D barcodes,
use class OnBarcode.Barcode.DataMatrix for Data Matrix barcode,
OnBarcode.Barcode.PDF417 for PDF-417 barcode,
OnBarcode.Barcode.QRCode for QR Code barcode.
-
Add the following code to your ASP.NET class:
Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE39;
barcode.Data = "0123456789";
barcode.drawBarcode("C://csharp-barcode-code39.gif");
Generate Barcodes in IIS without Visual Studio .NET, using ASP.NET Barcode Generator buildin Web Application
- 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=4
- 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=4" />
Drag & Drop Barcodes to ASP.NET Web Forms
-
Install ASP.NET Barcode Generator Control
-
Add ASP.NET Barcode Generator Control to your Visual Studio ToolBox
-
Copy "linear.aspx" and "linear.aspx.cs" to the folder where your aspx pages are generating barcodes.
-
Drag and drop "LinearWebForm" to your ASPX web forms.
-
Run the website to view the barcodes generated. To customize barcode settings, view each barcode types property settings below.
ASP.NET Barcode Generator Supporting Barcode Symbology Types
(
Click to view each barcode type property settings)
Barcode Generation Guide for .NET / Java Developers
.NET Barcode Generation
|
C# Barcode Generation
|
ASP.NET Barcode Generation
|
VB.NET Barcode Generation
Java Barcode Generation