'onAfterUpdate' Syntax and Note : onAfterUpdate « Event Handlers Reference « JavaScript Reference

'onAfterUpdate' Syntax and Note

Note:
    
This event fires when a databound object's data has been successfully updated. 

This event fires only if the onbeforeupdate event has already fired.

The datasrc and datafld attributes must be set, 
and the value of the datasrc attribute must reference an object in the page.
    



      
      








Related examples in the same category

1.'onAfterUpdate' Example
2.'onAfterUpdate' Properties
3.'onAfterUpdate' is applied to