<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>ASP DOT NET - ASP.NET 2.0</title><link>http://blog.csdn.net/dshpsky/category/200767.aspx</link><description>本分类是本人学习ASP.NET的笔记</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 11 Apr 2008 10:48:03 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>淡水湖泊</dc:creator><title>删除fckEditor编辑器中上传的图片</title><link>http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx</link><pubDate>Thu, 03 Jan 2008 18:13:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/2022790.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2008/01/03/2022790.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/2022790.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2022790</trackback:ping><description> private static Regex RegEditImg = new Regex(@"img[^&gt;]*src\s*=\s*[""|']?(?[^""']*)[""|']?[^]*&gt;",RegexOptions.IgnoreCase);&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/2022790.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>强大的.NET反编译工具Reflector及插件</title><link>http://blog.csdn.net/dshpsky/archive/2007/03/30/1547269.aspx</link><pubDate>Fri, 30 Mar 2007 23:59:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2007/03/30/1547269.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/1547269.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2007/03/30/1547269.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/1547269.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1547269</trackback:ping><description>Reflector开发的插件有&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/1547269.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>GridView的高级应用技巧</title><link>http://blog.csdn.net/dshpsky/archive/2007/03/21/1536715.aspx</link><pubDate>Wed, 21 Mar 2007 20:18:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2007/03/21/1536715.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/1536715.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2007/03/21/1536715.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/1536715.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1536715</trackback:ping><description>   修改背景颜色与添加交互效果
   添加鼠标移动事件
   添加单击事件
   添加键盘事件
   添加修改背景颜色事件

   使用模板列
           添加全选效果
           添加删除确认效果
           添加图片显示效果

   导出到EXCEL文件

.ashx文件处理IHttpHandler实现发送文本及二进制数据的方法。

   不使用数据源控件的GridView
&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/1536715.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>ASP.NET 常见参考项目的 UI、BLL 、Model 、 DAL 分析 </title><link>http://blog.csdn.net/dshpsky/archive/2006/10/08/1325683.aspx</link><pubDate>Sun, 08 Oct 2006 11:50:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/10/08/1325683.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/1325683.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/10/08/1325683.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/1325683.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1325683</trackback:ping><description>Personal Web Site Starter Kit：简单，供初学者参考之用 
Club Web Site Starter Kit：对标准 MemberShip 的扩充值得一看 
Classifieds Site Starter Kit：结构较为清晰，利用 DataSet 简化了大量 SQL 代码的编写 
Commerce Starter Kit： 利用了 Provider 模型，有些小瑕疵，如界UI层有 SqlDataSource，Model 中有 DataTable 
Duwamish 7.1：架构比较清晰，但Model 继承自 DataSet ，因此其 BuildDataTables 和 Models 中的CURD 方法较为麻烦，代码量较大 
Jobs Site Starter Kit：简单实用，有些缺点，如 Model 的 CRUD 方法的 SqlParameter 造成 BLL 和 DAL 无法完全隔离 
Timer Tracker Starter Kit：一种架构清晰、较好的实现模式，只是代码量稍大 
.Text 0.95：基于 .NET 1.1 ，因此&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/1325683.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>此安装不支持该项目类型-Community Server 2.1 for asp.net 2.0中文正式版</title><link>http://blog.csdn.net/dshpsky/archive/2006/09/18/1237343.aspx</link><pubDate>Mon, 18 Sep 2006 13:45:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/09/18/1237343.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/1237343.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/09/18/1237343.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/1237343.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1237343</trackback:ping><description>Community Server 2.1 for asp.net 2.0中文正式版-出现此安装不支持该项目类型&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/1237343.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>数据库连接中使用连接池(Pool)和不使用的比较！！</title><link>http://blog.csdn.net/dshpsky/archive/2006/06/24/830423.aspx</link><pubDate>Sat, 24 Jun 2006 21:15:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/06/24/830423.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/830423.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/06/24/830423.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/830423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=830423</trackback:ping><description>----------如果是OleDbConnection则连接池由提供程序自动处理
---------- 如果是SqlConnection类则连接池被隐式管理但是也可以自己管理&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/830423.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>使用WebPart和登陆控件的数据库设置问题！</title><link>http://blog.csdn.net/dshpsky/archive/2006/06/18/811488.aspx</link><pubDate>Sun, 18 Jun 2006 23:53:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/06/18/811488.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/811488.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/06/18/811488.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/811488.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=811488</trackback:ping><description>主要的错误现象有：1  ----此版本的 SQL Server 不支持用户实例登录标志。该连接将关闭
                                    2 -------  SQL Server Express 数据库是否已存在
                                    3--------无法连接到SQL Server数据库&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/811488.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>Web 事件--向SQL Server 数据库、Windows 事件日志、WMI 命名空间或电子邮件输出事件</title><link>http://blog.csdn.net/dshpsky/archive/2006/06/18/810893.aspx</link><pubDate>Sun, 18 Jun 2006 20:12:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/06/18/810893.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/810893.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/06/18/810893.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/810893.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=810893</trackback:ping><description>ASP.NET 包含下列 Web 事件基类它们位于 System.Web.Management 命名空间中： WebBaseEvent,WebManagementEvent,WebHeartBeatEvent,
WebAuditEvent,WebRequestEvent,WebErrorEvent&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/810893.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>ASP_NET 2_0 监视你的应用---Trace----Error Handing---Web Event</title><link>http://blog.csdn.net/dshpsky/archive/2006/06/18/810865.aspx</link><pubDate>Sun, 18 Jun 2006 20:03:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/06/18/810865.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/810865.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/06/18/810865.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/810865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=810865</trackback:ping><description>追踪机制贯穿于页面执行周期，且捕获各种页面提交信息的细节---  错误处理机制被提供给开发处理，用于提供对应用代码中的错误进行追踪，并且汇报这个错误--通过Web Event监视你的网站应用&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/810865.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>淡水湖泊</dc:creator><title>TreeView使用笔记</title><link>http://blog.csdn.net/dshpsky/archive/2006/06/15/801352.aspx</link><pubDate>Thu, 15 Jun 2006 23:36:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/06/15/801352.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/801352.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/06/15/801352.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/801352.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=801352</trackback:ping><description>TreeView由节点构成，建树通过对TreeView.items属性进行操作。Items是一个TTreeNodes对象，这是一个TTreeNode集。 &lt;img src ="http://blog.csdn.net/dshpsky/aggbug/801352.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>ASP DOT NET</dc:creator><title>ASP.NET 2.0--安全性</title><link>http://blog.csdn.net/dshpsky/archive/2006/05/11/722972.aspx</link><pubDate>Thu, 11 May 2006 00:47:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/05/11/722972.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/722972.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/05/11/722972.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/722972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=722972</trackback:ping><description>用户必须出示凭据（如名称/密码对）以便进行身份验证。一旦经过验证的标识可用，就必须确定此标识是否可以访问给定的资源。此过程称为授权。ASP.NET 和 IIS 一起使用，为应用程序提供身份验证和授权服务。 &lt;img src ="http://blog.csdn.net/dshpsky/aggbug/722972.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>ASP DOT NET</dc:creator><title>ASP.NET 2.0 --Caching For performance</title><link>http://blog.csdn.net/dshpsky/archive/2006/05/10/715877.aspx</link><pubDate>Wed, 10 May 2006 02:11:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/05/10/715877.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/715877.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/05/10/715877.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/715877.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=715877</trackback:ping><description>ASP.NET 有三种可由 Web 应用程序使用的缓存： 

输出缓存，它缓存请求所生成的动态响应。 
片断缓存，它缓存请求所生成的响应的各部分。 
数据缓存，它以编程方式缓存任意对象。为支持这种缓存，ASP.NET 提供了全功能的缓存引擎，使程序员能够轻松地在请求间保留数据。 
&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/715877.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>ASP DOT NET</dc:creator><title>广告控件calendar的应用</title><link>http://blog.csdn.net/dshpsky/archive/2006/05/09/714961.aspx</link><pubDate>Tue, 09 May 2006 15:49:00 GMT</pubDate><guid>http://blog.csdn.net/dshpsky/archive/2006/05/09/714961.aspx</guid><wfw:comment>http://blog.csdn.net/dshpsky/comments/714961.aspx</wfw:comment><comments>http://blog.csdn.net/dshpsky/archive/2006/05/09/714961.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dshpsky/comments/commentRss/714961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=714961</trackback:ping><description>当单击日历控件的某一天事label出现具体时间：
this.Lable1.Text=this.Calender.SelectedData.ToString();&lt;img src ="http://blog.csdn.net/dshpsky/aggbug/714961.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>