Excel导入到sql数据库
摘要:string fullpathname = string.Empty; if (FileUpload1.PostedFile.ContentLength > 0) fullpathname = FileUpload1.PostedFile.FileName; string conn = "Provider = Microsoft.Jet.O...
阅读全文
posted @
2008-11-20 11:53
一只鱼先生
阅读(208)
推荐(0)
sql数据库导出Xml 弹出保存对话框 解决方案
摘要:private void DownloadFiles(string strPath) { FileInfo fi = new FileInfo(@strPath); Response.Clear(); Response.ClearHeaders(); Response.Buffer = false; Resp...
阅读全文
posted @
2008-10-09 11:32
一只鱼先生
阅读(282)
推荐(0)