There is an event onSelectedIndexChange for DropDownList in ASP.NET which triggers when a selected index is changed for a dropdown.I have encountered a situation where I need to trigger similar kind of event when SelectedIndex of DropDown does not change upon selection.I am totally puzzled what to do in such a case?Any help/references will highly be appreciated.Thank you.