摘要:
废话不多说了,我就直接上代码了。。 以下是cs代码: 1 //下拉绑定 2 void autoOldbind() 3 { 4 this.DropDownList1.DataSource = OldBLL.QueryAll(); 5 this.DropDownList1.DataTextField = "OldName"; 6 this.DropDownList1.DataValueField = "ID"; 7 this.DropDownList1.DataBin... 阅读全文
posted @ 2013-05-19 13:01
欢乐谷
阅读(499)
评论(1)
推荐(0)

浙公网安备 33010602011771号