摘要:
1.Hashtable Ht = new Hashtable(); Ht.Add("bcgsl", "不成功数量"); Ht.Add("zsl", "交易总数量"); Ht.Add("bcgl", "不成功率"); this.DropDownList4.DataSource = Ht; this.DropDownList4.DataValueField = "key"; this.DropDown... 阅读全文
posted @ 2007-10-17 16:14
骚包猪
阅读(1201)
评论(0)
推荐(0)