System.Web.UI.WebControls.SqlDataSource.Selecting Event

Occurs before a data retrieval operation.

Syntax

public event SqlDataSourceSelectingEventHandler Selecting

Remarks

Handle the SqlDataSource.Selecting event to perform additional initialization operations that are specific to your application, to validate the values of parameters, or to change the parameter values before the System.Web.UI.WebControls.SqlDataSource control performs the select operation. The select arguments are available from the System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs object that is associated with the event.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0