T
trint
I get this error:
Unable to cast object of type 'System.Data.DataRowView' to type
'System.String'
on this foreach and I thought it should work:
foreach (string invoice in listBox2.Items)
{
}
Any help is appreciated.
Thanks,
Trint
Unable to cast object of type 'System.Data.DataRowView' to type
'System.String'
on this foreach and I thought it should work:
foreach (string invoice in listBox2.Items)
{
}
Any help is appreciated.
Thanks,
Trint