随笔分类 -  C#

.NET中的CSV导入导出
摘要:导入代码,从csv文件得到datatableCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///summary///GetDataFromCsvFile///(ThroughStreamReader)////summary///returns/returnsprivateboolGetData(StreaminputStream,outstringerrMessage,outDataTabledtFile){errMessage= 阅读全文
posted @ 2010-12-21 14:07 blair0807 阅读(1932) 评论(0) 推荐(0)
Reapter分列
摘要:分2列:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<tablewidth="100%"border="0"cellpadding="0"cellspacing="0"class="12title"ID="Table5"><a... 阅读全文
posted @ 2010-11-29 10:31 blair0807 阅读(456) 评论(0) 推荐(1)
C# 发送邮件代码
摘要:发送邮件代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///sendemail///</summary>///<paramname="FromMail"></param>//... 阅读全文
posted @ 2010-11-11 10:49 blair0807 阅读(483) 评论(0) 推荐(0)
验证码图片生成代码
摘要:验证码图片生成代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem.Drawing;publicpartialclassPub_validcode:System.Web.UI.Page{protectedvoidPage_Load... 阅读全文
posted @ 2010-08-09 13:30 blair0807 阅读(1430) 评论(1) 推荐(1)