I was using an ObjectDataSource today, which is rare for me. Everything was working perfectly apart from the deletes. This was because updates and edits pass the full objects back to the ObjectDataSource, however, on delete commands only the properties that are set as Datakeys of the grid are po... [More]