Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  How to Read Code 39 Barcode in ASP.NET Application
ASP.NET Code 39 Barcode Image Reading Decoder Control
The ASP.NET Code 39 Barcode Image Reading Decoder Control SDK is an easy-to-use Code 39 barcode reader library, which can be integrated into ASP.NET web developing platform to read & decode Code 39 barcode from image files or .NET image objects.
Features - ASP.NET Code 39 Barcode Reading Library
Tutorial - ASP.NET Code 39 Barcode Reader Library
Using this Code 39 barcode scanner library for ASP.NET web application, you can easily read & decode all Code 39 barcodes from the source image file in VB.NET or C#.NET class project.
  1. Add KeepDynamic.BarcodeReader.dll to ASP.NET project reference
  2. Copy following C# or VB.NET class code to read & decode Code 39 barcode images
C# Code to read Code 39 barcode in ASP.NET web site
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE39);
VB.NET Code to read Code 39 barcode in ASP.NET web site
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.CODE39)
More developer guidance for ASP.NET barcode reader control can be found at: Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
Barcode Types - ASP.NET Code 39 Barcode Scanner Control

Other barcode solutions to read & decode barcode in .NET projects: