i change dropdown list with button click like this:
ddl.selectedIndex+=1
my ddl has a SelectedIndexChanged event which is not firing if index changed through button. Is it a normal behavior? Should I create separate method and call it right after the ddl.selectedIndex+=1 or there’s a better way?
I’m assuming you’re using ASP.NET? If so, setting
AutoPostBackmay help: