Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

we have a client requirement that our asp.net web application should be able to read the client system's barcode reader (serial port reader and not USB) and the value should be automatically populated on to the webpage.

To achieve the above task, i have created a ActiveX control which reads data from the client machine but i am stuck with returning the data read value into webpage. since there will not be any return type for the event handler (data received event handler)and we don't know which event does Barcode reader generates while calling the ActiveX control.

we are able to display the value in a message box but not able to fill the same into the webpage.

Please let me know if any one achieved this scenario.

Thanks,
Posted
Updated 18-Dec-13 1:04am
v2

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