DetailsView.EnsureDataBound Method

Definition

Calls the DataBind() method after verifying that the data listing control requires data binding and that a valid data source control is specified.

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

Remarks

The data binding does not occur if the DetailsView control is in Insert mode.

Notes to Inheritors

When extending the DetailsView class, you can override this method to implement additional processing before the control is data-bound.

Applies to