摘要:
在最后一项添加: DropDownList.Items.Add("text"); or DropDownList.Items.Add(new ListItem("text","value")); 在指定的位置添加一项: DropDownList.Items.Insert(index, new ListItem("text","value")); 移除指定的项: DropDownList.Ite... 阅读全文
posted @ 2007-09-14 10:00
nextsoft
阅读(8596)
评论(6)
推荐(0)

浙公网安备 33010602011771号