Why SelectedIndexChanged fires for a dropdownlist when a button is clicked?
- by Tony_Henrich
I have an ASP.NET DropDownList with autopostback=true and enableviewstate = false. I have a button on the page that does nothing. If I change the selection in the ddl, it posts back , which is expected. If I click the button, the page posts back and the ddl's SelectedIndexChanged fires. Why does it get fired?