The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LinqDataSource::Selected Event
.NET Framework (current version)
Occurs when a data retrieval operation has finished.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Handle the Selected event to catch any exceptions from the data retrieval operation or to examine the data object after the retrieval operation has finished. The object is available from the LinqDataSourceStatusEventArgs object that is passed to event handlers.
.NET Framework
Available since 3.5
Available since 3.5
Show: