感谢译者的辛勤劳动。
正如我们在本节和前面的一节里所看到的,当使用一个可编辑的GridView时,GridView的RowUpdating事件在ObjectDataSource的Updating事件之后触发,此时update命令发送到ObjectDataSource的隐含对象。完成了此操作,在GridView的RowUpdated事件之后,触发ObjectDataSource的Updated事件。
As we saw in this tutorial and the preceding one, when working with an editable GridView the GridView's RowUpdating event fires,
followed by the ObjectDataSource's Updating event, at which point the update command is made to the ObjectDataSource's underlying object. After the operation has completed, the ObjectDataSource's Updated event fires,
followed by the GridView's RowUpdated event.
这里应该翻错了吧?