Barcode print in ASP.NET tutorial - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

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