摘要: using System.Data.OleDb; using System.IO; using System.Text; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } ... 阅读全文
posted @ 2013-11-23 19:56 侯伟东 阅读(416) 评论(0) 推荐(0) 编辑
摘要: public bool WriteFile(string ArticleTitle, string ArticleContent, string ArticleID) { string OutPutPath = HttpContext.Current.Server.MapPath("HTMLPage/"); Encoding encoding... 阅读全文
posted @ 2013-11-23 17:49 侯伟东 阅读(158) 评论(0) 推荐(0) 编辑
摘要: using System.IO; using System.Collections;public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ArrayList arylst = new ArrayList(); string filepath = Server.MapPath("list"); DirectoryInfo info = ne... 阅读全文
posted @ 2013-11-23 16:12 侯伟东 阅读(285) 评论(0) 推荐(0) 编辑