Data Adapter Update Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a data grid that's bound to a table in my dataset. After inserting a new row
into the grid and populating it with data, I go to save my changes. My data adapter
update command returns an error telling me that the last field that I populated has
a value of NULL. If I wait a few seconds and try to save my changes again, then
everything works fine. Somehow, now the adapter sees the populated data in this
field. Does anyone know why this happening?? Is there a possible fix? I want to be
able to save successfully the first time, right after populating the data, not after I
receive an error message..

thanks

Parveen
 
Back
Top