摘要:
/// <summary> /// 绑定combobox的数据 /// </summary> public void bind() { //从数据库获取要绑定到下拉框的数据 DataTable dt =BLL.GetData().Tables[0]; if (dtList.Rows.Count == 0) { this.ComboBox.Items.Add(new System.Collections.Dictiona... 阅读全文
posted @ 2012-02-25 16:21
IT小小小鸟
阅读(728)
评论(0)
推荐(0)
浙公网安备 33010602011771号