Hi,
I am trying to do the following in Visual C sharp:
Update datagridview based on selected checkboxes [used as filter] when a refresh button is clicked.
1. How do I create a relationship between the checkboxes and the datagridview for modifying the query?
Thanks,