Question

Consider a asp:dropdownlist which fires SelectedIndexChangedEvent based on listitem index.....

But why the event doesn't fire for the same listitem index when selected again....

Was it helpful?

Solution

Because it didn't change.

You can solve this by resetting the value after each change.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top