ListControl::SelectedIndexChanged Event
.NET Framework (current version)
Occurs when the selection from the list control changes between posts to the server.
Assembly: System.Web (in System.Web.dll)
The SelectedIndexChanged event is raised when the selection from the list control changes between posts to the server.
Note |
|---|
A list control must persist some values between posts to the server for this event to work correctly. Be sure that view state is enabled for the list control. |
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 1.1
Available since 1.1
Show:
