2006年7月6日

做了个上传下载任意文件到数据库

摘要: 效果如下 效果如上 using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web... 阅读全文

posted @ 2006-07-06 17:47 gwazy 阅读(624) 评论(0) 推荐(0) 编辑

Asp.net中的页面乱码的问题

摘要: 1. 或者 如果还不行 加上语言文化culture.en-AU 是澳洲的语言文化编码2.下载文件时指定文件名,中文的文件名出现了乱码? Response.AddHeader("Content-Disposition", "attachment; filename="+HttpUtility.UrlEncoding(filename.ToString ())); 3.如何识别字符串中是否包含... 阅读全文

posted @ 2006-07-06 17:24 gwazy 阅读(423) 评论(0) 推荐(0) 编辑

导航