Java Barcode Generator, .NET Barcode Generator for C#, ASP.NET, VB.NET
HOME PURCHASE SITEMAP COMPANY

BarcodeLib.com Home > Knowledge > .NET Barcode > ASP.NET Barcode Generator

Download C#, .NET, VB.NET Barcode

ASP.NET Barcode Generator - Generating 1D & 2D Barcodes in ASP.NET website.



This article describes how to use Barcode for .NET library to generate barcode images in your ASP.NET website, ASP.NET web service.



ASP.NET Barcode Generator Introduction

BarcodeLib Barcode for .NET is the most flexible and powerful ASP.NET Bar Code generator.

Download free evaluation version



ASP.NET Barcode Generator - Supporting Symbologies



ASP.NET Barcode - Project Setup

  • Add trial version or production version of BarcodeLib.Barcode.dll to your asp.net website reference.

 

ASP.NET Barcode - Barcode Generation without Web Controller

  1. Copy folder barcode from your downloaded package, to your IIS folder, e.g. C:\Inetpub.


  2. Create a new virtual directory, named barcode.


  3. Restart IIS.


  4. Test your installation, goto http://YourDomain:port/barcode/linear.aspx?Type=CODE39&Data=12345678


  5. To create barcode image in your ASP.NET application, you can pass the url to IMG tag src value. For example, <img src="http://YourDomain:port/barcode/linear.aspx?Type=CODE39&Data=12345678" />

 

ASP.NET Barcode - Barcodes Generation through ASP.NET Web Controller

  1. Integrate Barcode Controller to your ASP.NET project.
    1. Copy BarcodeLib.Barcode.dll to the folder bin of your web application the barcodes are needed for.
    2. Copy linear.aspx file to your web application.


  2. Add barcode library to your Visual Studio Toolbox.
    1. Open Toolbox in Visual Studio. Click menu View, and check submenu Toolbox.
    2. Right click Toolbox, click menu Choose Items...
    3. Goto .NET Framework Components tab.
    4. Check component LinearWebForm, and its namespace is BarcodeLib.Barcode.Linear
    5. If no component found, click Browse... button and select BarcodeLib.Barcode.dll file.


  3. Now you can see the component displayed on Toolbox. You can drag LinearWebForm on your aspx page, change barcode setting through properties window.



Other Related Articles








   Copyright 2009 BarcodeLib.com. ASP.NET Barcode, Barcode ASP.NET, ASP.NET Barcode Generator, Barcode Generation in ASP.NET. All rights reserved.