This question is locked. New answers and comments are not allowed.
I'm using ajax for binding/editing my grid. I want to do something after a new record has been successfully inserted. Is it possible to do this? I looked at the OnDataBound client event, but I'm not sure how to get the inserted record in this event. I also need to do the same thing with the OnDelete event, but only if the delete was successful.