asp.net.ph

Skip Navigation Links

ondatasetcomplete Event


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

Syntax

Inline <element ondatasetcomplete = "handler" ... >
Script object.ondatasetcomplete = handler

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


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

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