string[ ] which = new string[3] { "員工名稱", "員工代號","部門代號"};
for (int i = 0; i <= which.GetUpperBound(0) ; i++)
{ DropDownList1.Items.Add(which[i].ToString()); }

arrow
arrow
    全站熱搜

    羅 朝淇 發表在 痞客邦 留言(0) 人氣()