Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am currently planning to develop PoS application using Barcode system and came across the Microsoft.PointOfService library. I tested out this in windows application. This works fine.

But i am facing issue while reading device information from dropdown list . It gives me a conversion issue. i.e cannot convert Web.UI. ListItem to Microsoft.PointOfService.DeviceInfo.y

Appreciate your help on the issue.

Apart from this if any one has developed such application in ASP.NET Web are there other good API for Barcode system.
Posted
Comments
Richard MacCutchan 27-Aug-14 3:55am    
cannot convert Web.UI. ListItem to Microsoft.PointOfService.DeviceInfo.y
That's a basic C# issue, you cannot automatically convert one object type to another. Look at each class to see how the value needs to be converted.

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