摘要: asp.net下载文件的常用方法//TransmitFile实现下载 //TransmitFile实现下载 protected void Button1_Click1(object sender, EventArgs e) { string strFileName = "三部闲置设备管理系统操作手册IEMS.ppt"; Response.ContentType = "application/x-zip-compressed"; //Response.ContentEnco... 阅读全文