谁有.net C#做的DropDownList三级级联菜单?
我刚学不会做,谁能给我参考一下,在此多谢。

解决方案 »

  1.   

    private void DropDownList1_SelectedIndexChanged(object sender, System.EventArgs e) 

    //这里写你想对DropDownList2所做的操作 

    private void DropDownList2_SelectedIndexChanged(object sender, System.EventArgs e) 

    //这里写你想对DropDownList3所做的操作 

    DropDownList1和DropDownList2的autopostback属性设为true
      

  2.   

    ASP.NET里的,用 AJAX 技术 ,结合控件的使用C#的 那些 你就自己在事件里面写即可 事件是 SelectedIndexChanged 的即可
      

  3.   

    selectdeindexchanged  事件
      

  4.   

    selectdeindexchanged 事件  我都写啦,运行不能级联
    昨天发的帖子就是  http://topic.csdn.net/u/20100809/08/4476b169-84a1-440d-bbd7-2c79370a2fa0.html
      

  5.   

    http://topic.csdn.net/u/20100503/13/589e8d02-5df2-4ab3-87cd-5bf6eb4a7b90.html
      

  6.   

    http://download.csdn.net/source/2260691
      

  7.   

    你的动态是??打开dropdownlist的AutoPostBack属性??还是,你里面绑定的就是数据库的信息啊