<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_№.零零伍</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/19695/rss</id><updated>2007-08-22T05:35:37Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19695/rss"/><entry><id>http://www.cnblogs.com/eddie005/archive/2007/08/22/865231.html</id><title type="text">http://www.heshunjc.cn/</title><summary type="text">http://www.heshunjc.cn/</summary><published>2007-08-22T05:33:00Z</published><updated>2007-08-22T05:33:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2007/08/22/865231.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2007/08/22/865231.html"/><content type="text">http://www.heshunjc.cn/</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/08/28/488507.html</id><title type="text">Scott Mitchell 的ASP.NET 2.0数据教程之十六::概述插入、更新和删除数据</title><summary type="text">在ASP.NET 2.0中操作数据::概述插入、更新和删除数据导言结束前面的几节，我们已经探讨过了如何使用GridView、DetailsView和FormView控件来显示数据。这些控件简单地操作提供给它的数据。一般地，这些控件通过使用一个数据源控件，例如ObjectDataSource来存取数据。我们已经看过了ObjectDataSource是如何在ASP.NET页面和潜在的数据之间扮演一个代...</summary><published>2006-08-28T08:04:00Z</published><updated>2006-08-28T08:04:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/08/28/488507.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/08/28/488507.html"/><content type="text">在ASP.NET 2.0中操作数据::概述插入、更新和删除数据导言结束前面的几节，我们已经探讨过了如何使用GridView、DetailsView和FormView控件来显示数据。这些控件简单地操作提供给它的数据。一般地，这些控件通过使用一个数据源控件，例如ObjectDataSource来存取数据。我们已经看过了ObjectDataSource是如何在ASP.NET页面和潜在的数据之间扮演一个代...</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/08/18/EventsOfDataWebControl.html</id><title type="text">Scott Mitchell 的ASP.NET 2.0数据教程之十七:: 研究插入、更新和删除的关联事件</title><summary type="text">在ASP.NET 2.0中操作数据::研究插入、更新和删除的关联事件导言当使用GridView、DetailsView或FormView控件的内建插入、编辑或删除特征时，在用户添加一条新记录或更新/删除一条现在记录的过程中发生了多个步骤。正如我们之前一节里所讨论的，在GridView中编辑一行时，保存（Update）和取消（Cancel）按钮将取代编辑（Edit）按钮，并且绑定列转换成TextBo...</summary><published>2006-08-18T08:58:00Z</published><updated>2006-08-18T08:58:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/08/18/EventsOfDataWebControl.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/08/18/EventsOfDataWebControl.html"/><content type="text">在ASP.NET 2.0中操作数据::研究插入、更新和删除的关联事件导言当使用GridView、DetailsView或FormView控件的内建插入、编辑或删除特征时，在用户添加一条新记录或更新/删除一条现在记录的过程中发生了多个步骤。正如我们之前一节里所讨论的，在GridView中编辑一行时，保存（Update）和取消（Cancel）按钮将取代编辑（Edit）按钮，并且绑定列转换成TextBo...</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/08/14/OptimisticConcurrency.html</id><title type="text">Scott Mitchell 的ASP.NET 2.0数据教程之二十一:: 实现开放式并发</title><summary type="text">这里翻译了Scott Mitchell 的ASP.NET 2.0数据教程46节的其中一节，原文在http://www.asp.net/learn/data-access/tutorial-21-cs.aspx </summary><published>2006-08-14T03:35:00Z</published><updated>2006-08-14T03:35:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/08/14/OptimisticConcurrency.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/08/14/OptimisticConcurrency.html"/><content type="text">这里翻译了Scott Mitchell 的ASP.NET 2.0数据教程46节的其中一节，原文在http://www.asp.net/learn/data-access/tutorial-21-cs.aspx </content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/08/08/BLLAndDALExceptions.html</id><title type="text">Scott Mitchell 的ASP.NET 2.0数据教程之十八:: 在ASP.NET页面中处理BLL/DAL层的异常</title><summary type="text">摘要:这里翻译了Scott Mitchell 的ASP.NET 2.0数据教程46节的其中一节，原文在http://www.asp.net/learn/data-access/tutorial-18-cs.aspx</summary><published>2006-08-08T10:43:00Z</published><updated>2006-08-08T10:43:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/08/08/BLLAndDALExceptions.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/08/08/BLLAndDALExceptions.html"/><content type="text">摘要:这里翻译了Scott Mitchell 的ASP.NET 2.0数据教程46节的其中一节，原文在http://www.asp.net/learn/data-access/tutorial-18-cs.aspx</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/08/01/WorkingWithData_ASPNET2.html</id><title type="text">【翻译】Scott Mitchell的ASP.NET2.0数据教程中文版索引 </title><summary type="text">《Working with Data in ASP.NET 2.0 》--Scott Mitchell本教程共有46篇......</summary><published>2006-08-01T10:24:00Z</published><updated>2006-08-01T10:24:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/08/01/WorkingWithData_ASPNET2.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/08/01/WorkingWithData_ASPNET2.html"/><content type="text">《Working with Data in ASP.NET 2.0 》--Scott Mitchell本教程共有46篇......</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/07/14/450287.html</id><title type="text">asp.net 2.0控件一些有可能是bug的小问题：</title><summary type="text">暂时发现几个，有就再补充...</summary><published>2006-07-14T02:20:00Z</published><updated>2006-07-14T02:20:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/07/14/450287.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/07/14/450287.html"/><content type="text">暂时发现几个，有就再补充...</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/07/05/ProjectManagement.html</id><title type="text">收录了一篇关于项目管理九大知识领域的比较详细的教程~</title><summary type="text">该教程主要以项目管理的九大知识领域为线索，图文并茂，详细地阐述了项目管理的相关知识，可以帮助我们比较完整和深入地理解项目管理话题。</summary><published>2006-07-05T14:29:00Z</published><updated>2006-07-05T14:29:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/07/05/ProjectManagement.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/07/05/ProjectManagement.html"/><content type="text">该教程主要以项目管理的九大知识领域为线索，图文并茂，详细地阐述了项目管理的相关知识，可以帮助我们比较完整和深入地理解项目管理话题。</content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/07/05/443724.html</id><title type="text">关于 DataControlRowType枚举 和 DataControlRowState 枚举</title><summary type="text">在asp.net 1.1里，我们在使用DataGrid时偶尔会需要获取行的类型，这用到了ListItemType枚举。然而在asp.net 2.0的GridView控件中，我们可以获取的是行的功能和状态，这就需要了解DataControlRowType枚举和DataControlRowState枚举，特别是后者，它允许其成员值按位组合，所以在作为判断条件时需要特别注意。 </summary><published>2006-07-05T13:53:00Z</published><updated>2006-07-05T13:53:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/07/05/443724.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/07/05/443724.html"/><content type="text">在asp.net 1.1里，我们在使用DataGrid时偶尔会需要获取行的类型，这用到了ListItemType枚举。然而在asp.net 2.0的GridView控件中，我们可以获取的是行的功能和状态，这就需要了解DataControlRowType枚举和DataControlRowState枚举，特别是后者，它允许其成员值按位组合，所以在作为判断条件时需要特别注意。 </content></entry><entry><id>http://www.cnblogs.com/eddie005/archive/2006/07/04/NestedMasterPage.html</id><title type="text">母版页可以多层嵌套使用~</title><summary type="text">母版页可以多层嵌套使用，虽然在vs2005里设计起来并不十分方便。这里看一个简单的实例并探讨一下实用价值。</summary><published>2006-07-04T15:49:00Z</published><updated>2006-07-04T15:49:00Z</updated><author><name>№.零零伍</name><uri>http://www.cnblogs.com/eddie005/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eddie005/archive/2006/07/04/NestedMasterPage.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eddie005/archive/2006/07/04/NestedMasterPage.html"/><content type="text">母版页可以多层嵌套使用，虽然在vs2005里设计起来并不十分方便。这里看一个简单的实例并探讨一下实用价值。</content></entry></feed>
