摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicvoidExportCSV(DataSetds){try{stringdata="";foreach(DataTabletbinds.Tables){foreach(DataColumncolumnintb.Columns){data+=column.ColumnName+",";}data+="\n";foreach(DataRowrowintb.Rows){foreach(Data 阅读全文
posted @ 2010-12-23 14:04 94cool 阅读(237) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#regionToVCF2protectedvoidbtn_outvcf_Click(objectsender,EventArgse)3{4stringcode=Request["hid_code"].ToString().Trim(',');5StringBuildersb=newStringBuilder();6if(!string.IsNullOrEmpty(code))7{8string 阅读全文
posted @ 2010-12-23 14:03 94cool 阅读(325) 评论(0) 推荐(0)