HtmlSelect.RequiresDataBinding Property
Assembly: System.Web (in system.web.dll)
/** @property */ protected boolean get_RequiresDataBinding () /** @property */ protected void set_RequiresDataBinding (boolean value)
protected function get RequiresDataBinding () : boolean protected function set RequiresDataBinding (value : boolean)
Property Value
true if the control needs to bind to a data source; otherwise, false.The HtmlSelect 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 automatically sets the value of the RequiresDataBinding property to true. The value of the RequiresDataBinding property is also set to true when the OnDataPropertyChanged method is invoked.
ASP.NET automatically sets the value of the RequiresDataBinding property to false immediately after the DataBind method has been called.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.