G
Guest
When I catch an error updating a DataGridView using TableAdapter.Update, I
would like to *redisplay* the datagridview as it was before the error. I
guess I don't have this binding source and datagridview thing down yet. I
tried
bindingsource.canceledit and bindingsource.resetbindings(false)
but it's not working. Does anyone know where I might discover how to do this?
would like to *redisplay* the datagridview as it was before the error. I
guess I don't have this binding source and datagridview thing down yet. I
tried
bindingsource.canceledit and bindingsource.resetbindings(false)
but it's not working. Does anyone know where I might discover how to do this?