ObjectDataSource.Selected Event
.NET Framework 3.0
Occurs when a Select operation has completed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ObjectDataSource Members
System.Web.UI.WebControls Namespace
Selecting
OnSelected
Select
ObjectDataSource.SelectParameters Property
Data Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Assembly: System.Web (in system.web.dll)
public: event ObjectDataSourceStatusEventHandler^ Selected { void add (ObjectDataSourceStatusEventHandler^ value); void remove (ObjectDataSourceStatusEventHandler^ value); }
/** @event */ public void add_Selected (ObjectDataSourceStatusEventHandler value) /** @event */ public void remove_Selected (ObjectDataSourceStatusEventHandler 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 a return value or output parameters, or to determine whether an exception was thrown after a Select operation has completed. The return value, output parameters, and exception handling properties are available from the ObjectDataSourceStatusEventArgs object that is associated with the event.
Note: |
|---|
| If you are not familiar with the Data Access features in ASP.NET 2.0, you should read some of these topics before continuing: |
For more information about handling events, see Consuming Events.
Reference
ObjectDataSource ClassObjectDataSource Members
System.Web.UI.WebControls Namespace
Selecting
OnSelected
Select
ObjectDataSource.SelectParameters Property
Other Resources
ASP.NET Data Access OverviewData Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Community Additions
ADD
Show:
Note: