Hello,
I have built a datagridview linked to a mysql data base, in which I have 6 columns.
The first column is a task (performed by a subject) that I want to evaluate (all the tasks are loaded from the database)
The other 5 columns represent the grades that he can obtain on each task (1,2,3,4,5).
Problem:
I want to be able to click a cell and load an image (an X e.g.) to indicate that a task was performed with a corresponding grade. How can I do this?
Thank you for your help.
I have built a datagridview linked to a mysql data base, in which I have 6 columns.
The first column is a task (performed by a subject) that I want to evaluate (all the tasks are loaded from the database)
The other 5 columns represent the grades that he can obtain on each task (1,2,3,4,5).
Problem:
I want to be able to click a cell and load an image (an X e.g.) to indicate that a task was performed with a corresponding grade. How can I do this?
Thank you for your help.