C
Cato
GOod morning, i have a datagridview bound to a datasource from a query
in my db.
I have an additional column in the datagridview that is an IMAGE.
I need do assign the image1 to this field if the column "x" contains a
string, or image2 of column "x" doesn't contains a string.
how can i do it without using a loop that checks every row in the
datagrid? With 2-3000 records it is toooo slow.
thank you.
in my db.
I have an additional column in the datagridview that is an IMAGE.
I need do assign the image1 to this field if the column "x" contains a
string, or image2 of column "x" doesn't contains a string.
how can i do it without using a loop that checks every row in the
datagrid? With 2-3000 records it is toooo slow.
thank you.