摘要:
后台: public static string TrendChart() { HttpContext context = HttpContext.Current; ReturnStr strReturn = new ReturnStr();... 阅读全文
摘要:
我做的是上传Excel文件,保存内容到数据库。下面部分代码是fileUpload上传文件,并设置文件名以及保存服务器位置。if (fileUpload.HasFile) { string fileNameNo = Path.GetF... 阅读全文