楠影

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2008年4月17日

摘要: Int32 type = 0; foreach (ListItem li in this.chklProjType.Items) { if(li.Selected) type += Int32.Parse(li.Value); } if(type != 0) ... 阅读全文
posted @ 2008-04-17 23:31 楠影 阅读(222) 评论(1) 推荐(0)