Never give up - LEO

人 只有在合适的地方 才能体现出最大的价值
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2007年10月17日

摘要: 1 public void OutPutExcel() 2 { 3 GridView gv = new GridView(); 4 DataTable dt = BuCustomers.GetAll().Tables[0]; 5 this.GridView1.DataSource = dt; 6 this.GridView1... 阅读全文

posted @ 2007-10-17 11:35 lizhiwen 阅读(524) 评论(0) 推荐(0) 编辑