asp.net.ph

ondatasetcomplete Event

DHTML Events


Fires to indicate that all current data is available from the data source object.

Syntax


Inline HTML <element ondatasetcomplete = "handler" ... > All platforms
Event property object.ondatasetcomplete = handler ECMA-262 Language Specification
Named script <script FOR=object EVENT=ondatasetcomplete> Internet Explorer® only

Remarks


Bubbles Yes
Cancels No
To invoke Allow data set change to complete.
Default action Sets the reason property of the event object to indicate the reason for completion to one of three values.
  • 0 Data transmitted successfully.
  • 1 Data transfer aborted.
  • 2 Data transfer error.

This event originates from data source objects.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Applies To

APPLET, OBJECT, XML

See Also

ondataavailable, ondatasetchanged




Contents
HTML Elements
HTML Element Attributes
CSS Attributes
DOM Objects
DOM Object Properties
DOM Events Reference
DOM Methods Reference
DOM Collections Reference
 

Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph