How to manage additional field to DataGridView Bound to a datasource

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top