摘要:
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... 阅读全文
摘要:
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 ... 阅读全文