2007年1月18日
摘要: private void LoadListBox() { String[] arlTmp = {"aaa","bbb","ccc"}; ListBox1.DataSource = arlTmp; ListBox1.DataBind(); }Array也可以作为DataSource 阅读全文
posted @ 2007-01-18 15:49 Kerry 阅读(408) 评论(0) 推荐(0) 编辑
摘要: protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) { return; } for (int i = 0;i<3;i++) { TableRow trTmp = new TableRow(); t... 阅读全文
posted @ 2007-01-18 11:28 Kerry 阅读(318) 评论(0) 推荐(0) 编辑
  2007年1月8日
摘要: 开张致禧!学习ASP.NET 2.0中... 阅读全文
posted @ 2007-01-08 11:04 Kerry 阅读(98) 评论(0) 推荐(0) 编辑