Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

how to refresh only one row in datagridview

$
0
0

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


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>