Repeater.OnDataSourceViewChanged Method
.NET Framework 3.0
Sets the RequiresDataBinding property to true.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnDataSourceViewChanged ( Object sender, EventArgs e )
protected function OnDataSourceViewChanged ( sender : Object, e : EventArgs )
Not applicable.
Parameters
- sender
The source of the event.
- e
An EventArgs object that contains the event data.
The OnDataSourceViewChanged method is a helper method that participates in the data binding process. This method is called when the DataSourceView object that is associated data source control raises its DataSourceViewChanged event. The event causes the Repeater control to bind data to the updated data.
Community Additions
ADD
Show: