To render Code 39 image in web page with pqScan Barcode Creator WebForms control, follow these steps:
- Unzip the downloaded Trial package to development computer.
- Add Barcode Creator Web Control to the Visual studio Toolbox.
- In the ASP.NET application, display Toolbox pane.
- Right click on the General pane and select Choose Items...
- In the dialog Choose Toolbox Items, push the Browse button and navigate to the "PQScan.BarcodeCreator.dll" file.
- Ensure the checkbox "BarCodeWebControl" is checked.
- In web form design mode, drag the BarcodeWebControl item from toolbox onto the web form.
- Copy "BarCodeWebHandler.ashx" file in to your ASP.NET web site.
- Run the web application and you will find a Code 39 barcode created on the page.