??不明你的意思,请讲详细点。
加一值:
DropDownList1.Items.Add(new ListItem("aa","aa")) ;

解决方案 »

  1.   

    什么是编写?
    把AutoPostBack的属性改成true,也许就是你要的意思
    因为不改就是false,不会触发任何它的事件
      

  2.   

    switch (编写)   case "响应事件"
         this.AutoPostBack == true;
       case "增加项目"
         this.datasource == a source 
         this.databind();
       case "可以使用"
         this..Enabled
      

  3.   

    DropDownList1.Items.Add(new ListItem("aa","bb")) 
    aa是显示的TEXT
    bb是VALUE
      

  4.   

    我的意思是指在介面輸入數的時候,
    值保在DropDownList1控件item屬性中