摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Specialized; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System.Configuration; 7 using System.Tex... 阅读全文
posted @ 2016-02-20 17:11 何波 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 //前台 4 5 6 7 8 //批量导入销售发货单 9 protected void BtnExecl_Click(object sender, EventArgs e) 10 { 11 if (UPExecl.HasFile == false)//HasFile用来检查FileUpload是否有指定文件 12 { 13 ... 阅读全文
posted @ 2016-02-20 17:05 何波 阅读(667) 评论(2) 推荐(0) 编辑