BaseDataList.OnDataPropertyChanged Method
.NET Framework 3.0
Called when one of the base data source identification properties is changed, to rebind the data-bound control to its data.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: