Barcode print in ASP.NET tutorial - ByteScout

Barcode print in ASP.NET tutorial

Barcode print in ASP.NET tutorial – sample source code to use with Barcode Generator SDK.

ASP.NET

[aspnet]Default.aspx:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="BarcodeWebImageTester._Default" %>

<%@ Register Assembly="Bytescout.BarCode" Namespace="Bytescout.BarCode" TagPrefix="cc1" %>



BarcodeWebImage test page

If you are using web control in new application you do need to modify the Web.config
file in your application’s virtual directory (or C:Inetpubwwwroot if
you don’t have a separate application), by adding:



inside section in Web.config


[/aspnet]

Tutorials:

prev
next