⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 从数据库中下载文件.txt

📁 非常好的.net学习经验记录
💻 TXT
字号:
//			Response.ClearHeaders();
//			Response.ClearContent();
			Response.ContentType =ds.Tables[0].Rows[0]["mine"].ToString();
//			Response.AddHeader("Content-Type",ds.Tables[0].Rows[0]["mine"].ToString());
//			byte[] context = (Byte[])ds.Tables[0].Rows[0]["data"];
//			
//			Response.AddHeader("Content-Disposition", "attachment; filename="+ds.Tables[0].Rows[0]["name"].ToString()+ds.Tables[0].Rows[0]["type"].ToString());
//          Response.BinaryWrite(context);
//			Response.OutputStream.Write(context,0,context.Length);
//			Response.End();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -