This is a migrated thread and some comments may be shown as answers.

Updating Database From GridView

1 Answer 104 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 01 Jul 2010, 10:30 PM
I have a gridview that I am trying to send updates to a database from. The problem I am having is that if the user does not select a different row than the row being edited in the grid before trying to update the database, the changes are not sent to the database. What am I missing?

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 01 Jul 2010, 11:02 PM
I have found the error with the control. I needed to call gridview.EndEdit()
Tags
GridView
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or