摘要: this.lblText.Style["color"] = "#777;font-size:12px"; lblText.Text = "录入完成,总共有<b style=\"color:red\">" + CSVHelper.CountSum + "</b>条,录入成功<b style=\"color:red\">" + CSVHelper.ThreadSum + "</b>条"; 阅读全文
posted @ 2013-02-26 15:40 张涵哲琪 阅读(6292) 评论(0) 推荐(0) 编辑
摘要: 用C#从sql数据库导出csv格式的数据using System;using System.Configuration;using System.Data;using System.Data.SqlClient;using dooll.Data;using System.Drawing;using System.Web.UI.WebControls;using System.IO;using System.Text;namespace dooll.cs{ public partial class _import : dooll.Web.UI.MasterPage { ... 阅读全文
posted @ 2013-02-26 13:58 张涵哲琪 阅读(2002) 评论(0) 推荐(0) 编辑