Able to create Code 39 barcodes in IIS with ASP.NET barcode control
Capable of creating Code 39 barcodes in ASP.NET class using C# or VB .NET
Available to set properties of ASP.NET Code 39 barcode images freely
Possible to output generated Code 39 barcodes in different ways
Provide detailed user-oriented guide for ASP.NET Code 39 barcode image creation
ASP.NET Code 39 Barcode Introduction
Code 39 barcode is a very basic linear barcode. It has been widely used in non-retail environment.
Barcode Compatibility: Under the guidance of ISO/IEC 16388-2007, all Code 39 barcode symbols created by ASP.NET Barcoding DLL are absolutely compatible with the latest industry standards. Thus, the produced Code 39 Images can be easily read by all barcode recognition tools.
Encodable Characters:
Full alphanumeric A to Z, 0 to 9
8 special characters (space, $ ,% ,+ ,- ,. ,/ and *)
Download and unzip the product, then open the folder barcode and copy files "linear.aspx", "linear.aspx.cs" to your folder where Code 39 images will be created.
Drag LinearASPNET from the toolbox to the split part of your aspx page.
Change barcode type to Code 39 and then set (if needed) its parameters in the Properties window on the right side.
Run the project to view the produced Code 39 barcode image.
Generate Code 39 Barcode in ASP.NET Using C# or VB Class
The following are free C# and VB.NET demos to create Code 39 symbols in ASP.NET:
Generate Linear Code 39 Barcode Image in Microsoft IIS
Download and unzip the product, and copy folder barcode to your IIS folder, e.g. C:\ interpub.
Create a new virtual directory in your IIS named "barcode", and connect it to the above "barcode" folder pasted in inetpub.
Restart IIS and navigate to: http://YourDomain:port/barcode/linear.aspx?Type=7&Data=123648ADF&LeftMargin=12&RightMargin=12 To make further adjustment for the Code 39 image, please view web stream URL parameters for Code 39 here: .NET Code 39 Barcode Property Settings
If you want to add this Code 128 barcode image to your aspx or html page, please pass the url to IMG tag or src value. <img src=http://YourDomain:port/barcode/linear.aspx?Type=7&Data=123648ADF& LeftMargin=12&RightMargin=12/> This method will not generate any barcode images in your IIS server side.
ASP.NET Code 39 Barcode Generator Supported Barcode Types