How to generate a Barcode image from a web page?

How to generate a Barcode image from a web page? Must I use the Visual Studio to design the Barcode?


This message was posted using Aspose.Live 2 Forum

Hi,


Thank you for inquiry.

You may use the barcode control on the web form similarly as mentioned here for a windows application. The properties of control can be changed from the code behind file.

For live demo and source, please visit http://www.aspose.com/demos/.net-components/aspose.barcode/csharp/barcode-generator/advanced-options.aspx.

Hi

Thank you for your answer.There is some supplement.

I am using the "Aspose.BarCode for Reporting Services" to generate a label which includs some Barcodes from a web page. The system requirements in the help document require Visual Studio to design the Barcode in a report project.

But I donnot understand how to use the project from a web page.Could you please give me some advice?

Hi,


I am sorry, I could not get your point. Are you using MS Business Intelligence Studio/Microsoft SSRS to get some data which should be used to generate barcodes or MS Visual Studio for generating barcode in a web application?

Aspose.BarCode for Reporting Services” has the barcode designer control for SQL Reporting Services 2000 or later. Using this control, you can design your report and set barcode control in MS Business Intelligence Studio and deploy the reports to the SSRS. http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/display-barcodes-on-dataset-based-reports.html page shows a detailed example of generating barcodes for some values in SQL database.

But, if you do not use SQL Reporting Services and want to generate the barcodes using a Windows or Web application, then Aspose.BarCode for .NET is suitable. You may either use the design time control or generate the barcode at server side using the code behind.

In all Aspose.BarCode product versions the barcode control and/or the SDK must be used for generating the barcodes using MS Visual Studio and any supported programming language.