Sets the Repeater.RequiresDataBinding property to true.
- sender
- The source of the event.
- e
- An EventArgs object that contains the event data.
The Repeater.OnDataSourceViewChanged(object, EventArgs) method is a helper method that participates in the data binding process. This method is called when the System.Web.UI.DataSourceView object that is associated data source control raises its System.Web.UI.DataSourceView.DataSourceViewChanged event. The event causes the System.Web.UI.WebControls.Repeater control to bind data to the updated data.