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

'onBeforeUpdate' Syntax and Note

Note:
    
This event fires before a databound object is updated.
 
The datasrc and datafld attributes must be set to the 
onBeforeUpdate event handler elements. 

The value of the datasrc attribute must reference an object in the page.
      
      








Related examples in the same category

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