SqlDataSource::Selecting Event
.NET Framework (current version)
Occurs before a data retrieval operation.
Assembly: System.Web (in System.Web.dll)
Handle the 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 SqlDataSource control performs the select operation. The select arguments are available from the SqlDataSourceSelectingEventArgs object that is associated with the event.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: