hi
i have this data in my datagridview:
id | name | age
-------------------
1 | A | 20
2 | B | 30
3 | C | 40
4 | D | 50
i was update this row: 3 | C | 40 - to - 3 | Z | 66
and i need to see this:
id | name | age
-------------------
1 | A | 20
2 | B | 30
3 | Z | 66
4 | D | 50
how to refresh the Datagridview that i can see it