SqlDataSource::OnInit Method (EventArgs^)
.NET Framework (current version)
Adds a LoadComplete event handler to the Page control that contains the SqlDataSource control.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: