hi,
i write a code that into data into web form and save it into database and print it.
i have to update my code so that i can generate barcode with barcode image and also save data into database. so that when i scan bar code it show all data according to that barcode from database.
i am totally new at c#.
can u help me for doing this. i shall be really greatefull for this act of kindness.
my code is attached below.
Kip HackmanPosted Jan 12, 2022, 6:26 PM
Leon DPosted Jan 10, 2022, 1:20 AM
Hi,
You can search and install Free Spire.Barcode library via NuGet to generate barcode image and scan barcode image, it's quite easy.
The following example shows how to generate QR code (it also supports lots of other barcode types):
https://www.e-iceblue.com/Tutorials/Spire.Barcode/Spire.Barcode-Program-Guide/Create-a-QR-Code-in-C.html
The following example shows how to scan barcode image:
https://www.e-iceblue.com/Tutorials/Spire.Barcode/Spire.Barcode-Program-Guide/How-to-Scan-Barcode-in-C.html
Rijwan AnsariPosted Jan 8, 2022, 3:58 PM
Sachin SinghPosted Jan 8, 2022, 3:34 PM