Updating Database Problem

  • Thread starter Thread starter Chris D
  • Start date Start date
C

Chris D

Here is the situation

1. I populate(without binding) a blank form with data from a datareader that
gets its data from sql2000
2. I edit the data in the form
3. On submit I execute an update statement
4. The values that are used in the update are the original values i pulled
in from the datareader in point 1. not the edited values in point 2.

I'm sure I'm missing something stupid. Can anyone help??

Chris
 
is the form getting populated again before the submit event?

Steve
 

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

Back
Top