随笔分类 -  CommonCode

摘要:添加一个类并实现IHttpHandler接口,类中需添加System.IO引用(类代码如下)代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Drawing;usingSystem.IO;///su 阅读全文
posted @ 2010-12-08 14:28 凭栏处 阅读(892) 评论(1) 推荐(0)
摘要:文本文件格式: [代码]实现代码:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidbtnBegin_Click(objectsender,EventArgse){StreamReadersr=newStreamReade... 阅读全文
posted @ 2010-10-25 18:26 凭栏处 阅读(1201) 评论(1) 推荐(0)
摘要:前台HTML : 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<divstyle="width:600px;margin:0pxauto;"><divstyle="float:left">   <asp:List... 阅读全文
posted @ 2010-09-30 15:25 凭栏处 阅读(738) 评论(0) 推荐(0)
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--privatevoidbtnSend_Click(objectsender,EventArgse){SettingsBizsettings=newSettingsBiz();stringsmtp=s... 阅读全文
posted @ 2010-07-15 18:58 凭栏处 阅读(267) 评论(0) 推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//XML序列化privatevoidbtnSerialization_Click(objectsender,EventArgse){XmlSerializerxmlSerializer=newXml... 阅读全文
posted @ 2010-07-13 18:58 凭栏处 阅读(651) 评论(0) 推荐(0)
摘要:Windows身份验证:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<connectionStrings><addname="DataBase"connectionString="DataSource=.\SQLEXPRES... 阅读全文
posted @ 2010-07-11 18:00 凭栏处 阅读(269) 评论(0) 推荐(0)