FormView.EnsureDataBound Method

Definition

Makes certain that the FormView control is bound to data when appropriate.

protected:
 override void EnsureDataBound();
protected override void EnsureDataBound ();
override this.EnsureDataBound : unit -> unit
Protected Overrides Sub EnsureDataBound ()

Remarks

The EnsureDataBound method is a helper method used by the FormView class to make certain that the FormView control is bound to data when appropriate. The EnsureDataBound method is usually called during the OnPreRender method to bind the control to the data source when the data-bound control is not yet bound, but requires data binding. This version of the method has been overridden to prevent data binding from occurring when the FormView control is in insert mode.

Applies to

See also