DropDownList控件的SelectedIndexChanged和TextChanged事件调用必须首先把该控件的AutoPostBack属性设置为true,否则该事件无法自动触发。
设置dropdownList的AutoPostBack属性为true
Dropdownlist在前台设置Autopostback=true 允许自动回发可在属性里设置,默认是false
是DEBUG 模式么
请把代码贴出来