BaseDataList::OnDataPropertyChanged Method ()
.NET Framework (current version)
Called when one of the base data source identification properties is changed, to rebind the data-bound control to its data.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | An attempt was made to change the property value during the data-binding phase of the control. |
The OnDataPropertyChanged method is called to rebind the data-bound control to its data when the DataMember, DataSource, or DataSourceID property changes values after the page's PreRender event.
.NET Framework
Available since 2.0
Available since 2.0
Show: