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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Event Handlers Reference » onAfterUpdate 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.