Anybody can help me with the Datagrid control?
I need to fill in a control DataGridView through a "SELECT..." programmed, not like the book teaches through the example in page 50 "Binding Data to a DataGridView Control", and after, to go to each cell to find some datum and change in sight, but not in the database.
In summary I want to know how to fill in each cell of the grid with data, and then to go to each cell looking for a data.
Have someone a similar example?
|