Visual Basic: RDO Data Control

UpdateControls Method (Remote Data)

See Also    Example    Applies To

Gets the current row from a RemoteData controlsrdoResultset object and displays the appropriate data in controls bound to a RemoteData control.

Syntax

object**.UpdateControls**

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

Use this method to restore the contents of bound controls to their original values, as when a user makes changes to data and then decides to cancel the changes.

This method creates the same effect as making the current row current again, except that no events occur. By not invoking any events, this method can be used to simplify an update operation because no additional validation or change event procedures are triggered.