SqlDataSource.Selected Event
.NET Framework 3.0
Occurs when a data retrieval operation has completed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
SqlDataSource Members
System.Web.UI.WebControls Namespace
Selecting
OnSelected
Select
SqlDataSource.SelectParameters Property
Data Source Web Server Controls
SqlDataSource Web Server Control Overview
Introduction to the ASP.NET Page Life Cycle
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 Consuming Events.
Reference
SqlDataSource ClassSqlDataSource Members
System.Web.UI.WebControls Namespace
Selecting
OnSelected
Select
SqlDataSource.SelectParameters Property
Other Resources
ASP.NET Data Access OverviewData Source Web Server Controls
SqlDataSource Web Server Control Overview
Introduction to the ASP.NET Page Life Cycle