Menu

Using Barcode ASP.NET Web Control with MS Visual Studio

Method 2. Using Barcode ASP.NET Web Control with Miscrosoft Visual Studio.

 


Install our Barcode ASP.NET Web Control and start Microsoft Visual Studio. Create a new ASP.NET Web Application after that.
 
create the new ASP.NET Web Application
  
Open the file 'Web.config' and insert an HTTP handler.
 
Insert barcode HTTP handler

The necessary HTTP handler is below:
 <httpHandlers>
<add verb="*" path="BarcodeGeneratorHandler.ashx" type="Barcodes.Barcode.BarcodeGeneratorHandler,Barcodes.BarcodeWeb" />
</httpHandlers>
 
Build Web Application.
  
Register Barcode ASP.NET Web Control in your ASP.NET Web Application.
  Open Toolbox for that.
Register Barcode ASP.NET Web Control.

Right-click to open the context menu and select 'Customize Toolbox'.
Customize Toolbox.

Then switch to the .NET Framework Components tab and click the Browse button. Then select the file Barcodes.BarcodeWeb.dll

Now the Barcode ASP.NET Web Control is present on the Web Forms tab. You can put it on the form.
Barcode ASP.NET Web Control is present on the Web Forms tab.
  
Adjust the properties of the Barcode ASP.NET Web control.
 
Adjust the barcode properties.

Build Web Application.

  
Start your Internet Browser.
 
Type the address of your web form, you should see the barcode image.

Barcode in the Internet Explorer.