摘要: 后台: public static string TrendChart() { HttpContext context = HttpContext.Current; ReturnStr strReturn = new ReturnStr();... 阅读全文
posted @ 2014-06-08 13:20 改变你我 阅读(5905) 评论(0) 推荐(0) 编辑
摘要: 我做的是上传Excel文件,保存内容到数据库。下面部分代码是fileUpload上传文件,并设置文件名以及保存服务器位置。if (fileUpload.HasFile) { string fileNameNo = Path.GetF... 阅读全文
posted @ 2014-06-08 11:54 改变你我 阅读(3476) 评论(0) 推荐(0) 编辑