Loading

摘要: 将值绑定到dropdownlist中后, this.DropDownList1.DataSource = getData(sql1); this.DropDownList1.DataTextField = "categoryname"; this.DropDownList1.DataValueField = "categoryid"; this.DropDownList1.DataBind(); ... 阅读全文
posted @ 2008-07-15 19:55 .net's 阅读(3032) 评论(0) 推荐(1)