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)
public: event SqlDataSourceStatusEventHandler^ Selected { void add (SqlDataSourceStatusEventHandler^ value); void remove (SqlDataSourceStatusEventHandler^ value); }
/** @event */ public void add_Selected (SqlDataSourceStatusEventHandler value) /** @event */ public void remove_Selected (SqlDataSourceStatusEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
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
Community Additions
ADD
Show: