This sample uses ASP.NET to create a barcode display for use on a web page.
It is implemented as a user control so that it's extremely simple to use.
Simply set the control's "Data" property to the text to be encoded
and the control will do the rest.
It uses the same basic algorithm and Code 39 symology as the classic ASP version.
For more general information, you should refer to our
Classic ASP Barcode Sample.
Here's a zip file of the code (including the control and related images) (2 KB).