摘要: 一共有两种写法:《不使用的数据源的方式》 1): ListItem myListItem = new ListItem("text","value"); this.DropDownList1.Items.Add(myListItem);2): this.DropDownList1.Items.Add("text1"); this.DropDownLi... 阅读全文
posted @ 2006-06-24 22:53 RicoRui 阅读(2911) 评论(1) 推荐(0)
摘要: public class Category { private Database db; public Category() { db = DatabaseFactory.CreateDatabase(); } private string _ClassID; private stri... 阅读全文
posted @ 2006-06-24 17:34 RicoRui 阅读(549) 评论(0) 推荐(0)