摘要:
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 阅读(532) 评论(0) 推荐(0)
|
|||
|
摘要:
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 阅读(532) 评论(0) 推荐(0) |
|||