I have added a record to the underlying db and after I add the record i do a
datagridview.Re fresh(); and i dont see the newly added record.
If i stop and start the application its there. What am I doing or not
doing?
Mark...
Search Result
Collapse
2 results in 0.0021 seconds.
Keywords
Members
Tags
-
Update Datagridview with current data
I have a datagridview which is filled with data from a table in a database. In the grid, the user clicks a row to edit that specific record. An edit screen is brought up, which has a text box for each field in the table, and the user can edit the data accordingly.
My question is... once the user is done editing, how can I reload/update the data in the datagridview without completely reloading the dataadapter and re-setting the source...