To use the pqScan Barcode Creator WebForms control, follow these steps:
- Unzip the downloaded QR Code barcode generator package to your web project's bin folder.
- Add ASP.NET Barcode Creator Web Control to Visual Studio Toolbox.
- Copy "BarcodeWebHandler.ashx" file to the direction where the web page would render QR Code images.
- Drag and drop BarcodeWebControl to your ASPX web forms.
- Run the web application to view the QR Code barcode created.
- To customize the QR Code settings, you can make changes in the "properties" pane or in the run-time code. And there is another way to do this: using JavaScript to change the ASP.NET QR Code Creator web image control's src property.