DetailsView.EnsureDataBound Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.