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?