I have an asp:Updatepanel that contains a dropdown and I run some Javascript on the onchange event of the dropdown. I also fire some server side code on the selectedindexchanged of the dropdown.
This works OK in IE, but in Firefox the selectedindexchanged event never gets called.
I think this may be something todo with onchange and selectedindexchanged conflicting but, I can't find a solution to solve this.