GridView::OnDataPropertyChanged Method ()
.NET Framework (current version)
Rebinds the GridView control to its data after the DataMember, DataSource, or DataSourceID property is changed.
Assembly: System.Web (in System.Web.dll)
The OnDataPropertyChanged method is a helper method used by the GridView control to rebind the control to its data after the DataMember, DataSource, or DataSourceID property is changed.
Notes to Inheritors:
When extending the GridView class, you can override this method to create your own routine to rebind the data.
.NET Framework
Available since 2.0
Available since 2.0
Show: