Howdy.
I'm trying to read a barcode using a IE scanner.
The code is read into a textbox.
I use the textchanged event to trigger code behind so the barcode numbers are transferred into a dropdown list.
The only issue is that the event must look at each individual character. The DD list is then populated with a progrssive list of all the characters in the barcode.
How does .NET see the characters coming in?
Am I using the correct event to read the barcode?
Thanks
I'm trying to read a barcode using a IE scanner.
The code is read into a textbox.
I use the textchanged event to trigger code behind so the barcode numbers are transferred into a dropdown list.
The only issue is that the event must look at each individual character. The DD list is then populated with a progrssive list of all the characters in the barcode.
How does .NET see the characters coming in?
Am I using the correct event to read the barcode?
Thanks
Comment