BaseDataList::SelectedIndexChanged Event
.NET Framework (current version)
Occurs when a different item is selected in a data listing control between posts to the server.
Assembly: System.Web (in System.Web.dll)
The SelectedIndexChanged event is raised when a different item is selected in a data listing control between posts to the server.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to provide an event handler for the SelectedIndexChanged event declaratively.
The following code example demonstrates how to provide an event handler for the SelectedIndexChanged event programmatically.
.NET Framework
Available since 1.1
Available since 1.1
Show: