I have a datagridview that is bound to a binding source. I want to be able to edit or add a new row to the datagridview. The user types all the new or changed data into text boxes and then clicks ok. There is an sql procedure that updates that row to the
database. I want the datagridview to show the changes on the form. How would it be able to be done?
Debra has a question