摘要:
ListBox,CheckBoxList,DropDownList,RadioButtonList的常见用法四个都是选择控件,用法大同小异,基本都是指定键值对:直接加选择项: void way1() { DropDownList1.Items.Add("c#"); DropDownL... 阅读全文
posted @ 2015-04-10 17:05
littlejoean
阅读(1150)
评论(0)
推荐(0)