摘要: using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web; using System.Web.Security... 阅读全文
posted @ 2012-09-14 17:16 深南大道 阅读(129) 评论(0) 推荐(0)
摘要: //TransmitFile实现下载 protected void Button1_Click(object sender, EventArgs e) { Response.ContentType = "application/x-zip-compre... 阅读全文
posted @ 2012-09-14 11:17 深南大道 阅读(269) 评论(0) 推荐(0)