FormView::EnsureDataBound Method
Makes certain that the FormView control is bound to data when appropriate.
Assembly: System.Web (in System.Web.dll)
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.