SelectedIndexChanged event will ONLY fire once the Index of the ListItem is changed.Like for instance if you the default Selected items in the list is the ListItem1 and when you select ListItem1 on the DLL again then SelectedIndex changed will NEVER fire
because the index is not changed yet.. It will only fire once you select ListItem 2 or any items on the DDL except for the current selected item.
vinz
All-Star
126896 Points
17922 Posts
MVP
Re: SelectedIndexChanged event of dropDownList not firing
Sep 09, 2008 10:02 PM|LINK
SelectedIndexChanged event will ONLY fire once the Index of the ListItem is changed.Like for instance if you the default Selected items in the list is the ListItem1 and when you select ListItem1 on the DLL again then SelectedIndex changed will NEVER fire because the index is not changed yet.. It will only fire once you select ListItem 2 or any items on the DDL except for the current selected item.
MessageBox Controls for WebForms | Blog | Twitter | Linkedin