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