摘要:
DropdownList下拉列表控件的使用一,绑定数据 1.用代码的方式添加列表项(.cs) this.DropDownList1.Items.Add(new ListItem("aaa")); this.DropDownList1.Items.Add(new ListItem("bbb")); this.DropDownList1.Items.Add(new ListItem("ccc")); ... 阅读全文
posted @ 2010-04-20 20:25
@kai
阅读(2407)
评论(0)
推荐(0)