How do you submit from a dropdownlist \"onchange\" event from inside of an ajax form?
According to the following question: How do you submit a dropdownlist in asp.ne
in your dropdown replace
this.form.submit()
to
$(this.form).submit();