SqlDataSource.OnInit Method
.NET Framework 3.0
Adds a LoadComplete event handler to the Page control that contains the SqlDataSource control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The event handler that is added by the SqlDataSource object updates the SelectParameters and FilterParameters values. If the values are updated, the DataSourceChanged event is raised, causing any controls that are bound to the SqlDataSource control to rebind.
Community Additions
ADD
Show: