DropDownList1.Items.Add(new ListItem(dr["status"].ToString(), dr["status_Id"].ToString()));里面的两个参数 都必须是 string类型的,第一个参数是text,第二个参数是value