errordetection

  1. J

    Source database not updated using data adapter, data set

    My code appears to be working as expected except for getting the column/field named "Foundstone" to update in the source database. I am trying to figure out what I am doing wrong. I am not seeing any errors or exceptions being thrown. I have used this tutorial as a basis for my learning...
  2. G

    Call to Validate

    Hi all I've seen lots of snippets in the Save Method of the BindingNavigator control that contains just: Validate() datatable.EndEdit datatable.Update In my winforms app, I did a debug on the call to the Validate() and found it fired the validating event of just one control on the form, not...
Back
Top