Neodynamic Barcode Professional 2.0 for ASP.NET (WebControl)
Microsoft .NET Framework (any version)
Microsoft Visual Studio .NET (any version)
There are situations in where you may need to render a series of barcode images in for example a data-bound control such as a DataList.
In the following sample we're going to create a simple ASP.NET WebForm that shows the Data Binding feature of ASP.NET with Barcode Professional.
We're going to examine two different scenarios but in both we're going to use a simple string array that holds a series of values to encode for simplicity.
Follow up these steps
Dim barcodes As String() = {"3215450", "5002451001", "0100472", "6546501202", "0221545544", "0021015454", "966354478", "897220002"}
DataList1.DataSource = barcodes
DataList1.DataBind()
Dim barcodes As String() = {"3215450", "5002451001", "0100472", "6546501202", "0221545544", "0021015454", "966354478", "897220002"}
DataList1.DataSource = barcodes
DataList1.DataBind()
That's it. Build the ASP.NET Web Application and run it.
In this case the data binding operation will be done when a Button control is clicked.
Follow up these steps
'Call the ProcessBarcodeRequest method to serve requests
BarcodeProfessional.ProcessBarcodeRequest()
//Call the ProcessBarcodeRequest method to serve requests
BarcodeProfessional.ProcessBarcodeRequest();
Dim barcodes As String() = {"3215450", "5002451001", "0100472", "6546501202", "0221545544", "0021015454", "966354478", "897220002"}
DataList1.DataSource = barcodes
DataList1.DataBind()
string[] barcodes = {"3215450", "5002451001", "0100472", "6546501202", "0221545544", "0021015454", "966354478", "897220002"};
DataList1.DataSource = barcodes;
DataList1.DataBind();
That's it. Build the ASP.NET Web Application and run it.
We provide best-in-class customer service and support directly from members of our dev team! If we are available when you contact us, you will get a response in few minutes; otherwise the maximum turnaround is 24hs in most cases.