Repeater::RequiresDataBinding Property
Gets or sets a value indicating whether the Repeater control needs to bind to its specified data source.
Assembly: System.Web (in System.Web.dll)
The Repeater control uses the RequiresDataBinding property to determine whether the control needs to call the DataBind method to bind to its specified data source.
Each time the set accessor is called on either the DataSource, DataSourceID, or DataMember property to change the data source after the OnInit method has already been called, ASP.NET sets the value of the RequiresDataBinding property to true. The value of the RequiresDataBinding property is also set to true when the OnDataSourceViewChanged method is called.
ASP.NET sets the value of the RequiresDataBinding property to false immediately after the DataBind method is called.
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.