Data Adapter Update Error

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top