- DropDownList设置属性AutoPostBack为true;
-
手动添加事件的没有注册
this.DropDownList.SelectedIndexChanged +=new System.EventHandler(this.DropDownList1_SelectedIndexChanged);
- option的value相同,传到服务器的数据一样;
- 尝试换个浏览器;
- 以上若还没解决,就要具体问题具体分析了。
手动添加事件的没有注册
this.DropDownList.SelectedIndexChanged +=new System.EventHandler(this.DropDownList1_SelectedIndexChanged);