Why selected index fires only once the Index of the ListItem is changed?
Consider a asp:dropdownlist
which fires SelectedIndexChangedEvent
based on listitem inde开发者_JS百科x
.....
But why the event doesn't fire for the same listitem index
when selected again....
Because it didn't change.
You can solve this by resetting the value after each change.
精彩评论