Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello ...
i m doing project in asp.net in which we are using barcode reader. now i have two textboxes and one image box for product code,barcode and label respectively. in label imagebox we are displaying image of barcode label which is on product. now my problem is when we are fetching barcode from barcode reader then value of barcode should be display on my second textbox and automatically image of barcode label should be display on my image box also. i don't know how can i write code for this task.
Posted

1 solution

Nor do I.

Because it depends on your barcode reader. Most are configured when they are shipped to emulate a keyboard, sop there is not way to tell when barcode data starts and when it finishes - so it appears where the user input will appear. Most can be configured to provide specific "Lead in" and "Lead out" characters or strings, but exactly how they are configured ius manufacturer (and often model) specific - so start by talking to them, and find out how. They will probably have support example software you can download as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900