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

'onRowsInserted' Syntax and Note

Note:
    
This event fires when inserting a row into the recordset of a databound object. 
The datasrc and datafld attributes must be set.
The value of the datasrc attribute must reference an object in the page.

      
      

Related examples in the same category

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