Using Barcode Professional in ASP.NET WebForms
- In your ASP.NET Website project, add a reference to Neodynamic.WebControls.BarcodeProfessional.dll which is located in the installation folder of our product (under Bin subfolder)
- Then, in the web page (aspx) where you'd like to display the barcode image, add the following directive:
<%@ Register Assembly="Neodynamic.WebControls.BarcodeProfessional" Namespace="Neodynamic.WebControls.BarcodeProfessional" TagPrefix="neobarcode" %> - Now, in the page's body, insert the markup to render the barcode. In this snipped code, the barcode type, a.k.a. Symbology, will be QRCode and the value to encode is ABC12345
<neobarcode:BarcodeProfessional ID="Barcode1" runat="server" Symbology="QRCode" Code="ABC12345" />Please refer to the Full Class Reference for more settings, properties & methods.
- That's it! Just view the page on a browser and a QR Code symbol will be displayed.
Barcode Professional can generate most popular Linear (1D), Postal, Component Composite, MICR & 2D Barcode Symbologies including Code 39, Code 128, GS1-128, GS1 DataBar (RSS-14), EAN 13 & UPC, ISBN, ISBT-128, Postal (USPS, British Royal Mail, Australia Post, DHL, FedEx), Data Matrix, QR Code, PDF 417, Aztec Code, UPS MaxiCode, Chinese Han Xin Code, IFA PPN, MICR E-13-B Characters, all EAN/UPC Composite Barcodes (CC-A, CC-B & CC-C) and many more barcode standards
If you need further assistance, please contact our team at http://www.neodynamic.com/support
Visit Neodynamic's website.