DropDownList不触发selectedindexchanged事件的原因

  1. DropDownList设置属性AutoPostBack为true;
  2. 手动添加事件的没有注册
    this.DropDownList.SelectedIndexChanged +=new System.EventHandler(this.DropDownList1_SelectedIndexChanged);
  3. option的value相同,传到服务器的数据一样;
  4. 尝试换个浏览器;
  5. 以上若还没解决,就要具体问题具体分析了。
posted @ 2018-11-05 19:46  liujiangbo  阅读(62)  评论(0)    收藏  举报