SqlDataSource::Selected Event
.NET Framework (current version)
Occurs when a data retrieval operation has completed.
Assembly: System.Web (in System.Web.dll)
Handle the Selected event to examine the values of output parameters after a data retrieval operation has completed. The output parameters are available from the SqlDataSourceStatusEventArgs 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: