Dear Question Viewers,
I work on project when I Scan product by barCode Scanner then page refresh and clear all fields ,
I want that whenever I Scan Product by Barcode scanner then by default hidden field get value from bar without refresh page and fill all fields which I want so kindly guide me and refer me easy solution
#Jquery,ajax,mvc.net,sqlserver
Marvin ReidPosted Aug 28, 2023, 9:58 PM
You can use the BarcodeEngine to parse the barcode. You can then use the BarcodeData returned by either setting the values or getting the data to populate fields.
https://www.leadtools.com/help/sdk/tutorials/dotnet-console-detect-and-extract-barcodes.html
https://www.leadtools.com/help/sdk/v22/dh/ba/barcodedata-value.html
Leon DPosted Mar 26, 2019, 8:27 PM