I\'m having a problem with a Windows Form application I\'m building in C#. The error is stating \"foreach statement cannot operate on variables of type \'CarBootSale.CarBootSale
In foreach loop instead of carBootSaleList use carBootSaleList.data.
foreach
carBootSaleList
carBootSaleList.data
You probably do not need answer anymore, but it could help someone.