my .aspx page
<%@ Register Assembly="BarcodeLib.Barcode.ASP.NET" Namespace="BarcodeLib.Barcode.ASP.NET" TagPrefix="cc1" %>
With the above code barcode image is just displayed, but my requirement is this to generate barcode value from dropdown selection and and then get its value and image to store and retrieve in database.
I means how to get barcode value and image? for example a textbox with id=txtName, then we store it value as somevar = txtName.Text.ToString();
Alexander MaximilianPosted Nov 26, 2015, 8:11 AM
I started my project based on the following project:
http://support.leadtools.com/SupportPortal/CS/forums/44924/ShowPost.aspx