随笔 - 24, 文章 - 0, 评论 - 29, 阅读 - 58377
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

11 2007 档案

摘要:public string IESupport() { string IEType = getBrower(); ArrayList _list = new ArrayList(); string SupportedFlashError_message = ""; using (DBManage _db = new DBManage()) { string strsql = "select Sup... 阅读全文

posted @ 2007-11-15 14:33 豆丁不想长大 阅读(1251) 评论(0) 推荐(0) 编辑

摘要:public void productsGridView_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) {  int unitsInStock = Convert.ToInt32(DataBinder.Eval(e.Row.DataItem,... 阅读全文

posted @ 2007-11-15 14:05 豆丁不想长大 阅读(1629) 评论(2) 推荐(0) 编辑

摘要:private void CreateTable(int rownum) { for (int i = 0; i <=rownum; i++) { TableRow mytablerow = new TableRow(); TableCell mycell1 = new TableCell(); TableCell mycell2 = new TableCell(); if (i ==0) ... 阅读全文

posted @ 2007-11-09 08:42 豆丁不想长大 阅读(1325) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示