摘要:
this.lblText.Style["color"] = "#777;font-size:12px"; lblText.Text = "录入完成,总共有<b style=\"color:red\">" + CSVHelper.CountSum + "</b>条,录入成功<b style=\"color:red\">" + CSVHelper.ThreadSum + "</b>条"; 阅读全文
摘要:
用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 { ... 阅读全文