<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zdyguilong" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zdyguilong" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 13 Jan 2009 15:03:00 GMT</lastBuildDate><title>死亡凋零的专栏</title><link>http://blog.csdn.net/zdyguilong/</link><item><title>下拉菜单中的数据跟数据库中的数据进行索引匹配</title><link>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767913.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/3767913.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/3767913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3767913</trackback:ping><description>这种情况多出现在编辑的情况下，比如，下拉菜单中绑定了3条数据，当我点击编辑的时候，我希望下拉菜单中显示的是我添加到数据库里的值，也就是跟数据库里的值进行索引匹配。&lt;div&gt;&lt;div class=&quot;highlighter&quot;&gt;&lt;ol start=&quot;1&quot; class=&quot;highlighter-c&quot;&gt;&lt;li&gt;&lt;span&gt;drpMonth_Curr.SelectedIndex = drpMonth_Curr.Items.IndexOf(drpMonth_Curr.Items.FindByText(xxx));&lt;/span&gt;&lt;span class=&quot;comment&quot;&gt;//xxx表示从数据库中拿到的值，也可以这样&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;alt&quot;&gt;&lt;span&gt;drpMonth_Curr.SelectedIndex = drpMonth_Curr.Items.IndexOf(drpMonth_Curr.Items.FindByValue(xxx));&lt;/span&gt;&lt;span class=&quot;comment&quot;&gt;//这个是根据后台的value进行索引匹配&lt;/sp&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/3767913.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jan 2009 23:03:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767913.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767913.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>VS2005中 GRIDVIEW的使用细节</title><link>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767489.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/3767489.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/3767489.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3767489</trackback:ping><description>前两天做项目使用vs2005做开发，因为以前一直用vs2003，所以一开始使用vs2005还觉得挺别扭，不过慢慢熟悉了感觉2005还是很好很强大。&amp;lt;div&amp;gt;&amp;lt;div class=&quot;highlighter&quot;&amp;gt;&amp;lt;ol start=&quot;1&quot; class=&quot;highlighter-c&quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&quot;comment&quot;&amp;gt;/// &amp;amp;lt;summary&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li class=&quot;alt&quot;&amp;gt;&amp;lt;span&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&quot;comment&quot;&amp;gt;/// 绑定部门数据&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&quot;comment&quot;&amp;gt&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/3767489.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jan 2009 22:38:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767489.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767489.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>事务在.net中的应用</title><link>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767036.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/3767036.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/3767036.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3767036</trackback:ping><description>&lt;div class=&quot;highlighter&quot;&gt;&lt;ol start=&quot;1&quot; class=&quot;highlighter-c&quot;&gt;&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 255); font-weight: bold;&quot;&gt;只是事务应用的最简单的例子，帮助新手的&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class=&quot;keyword&quot;&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;class&lt;/span&gt;&lt;span&gt; DepManageDA&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;alt&quot;&gt;&lt;span&gt;{&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;    &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;private&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;string&lt;/span&gt;&lt;span&gt; CONNECT_STR = SQLHelper.CONNECTION_STRING;//SQLHelper是一个类文&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/3767036.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jan 2009 22:04:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767036.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2009/01/13/3767036.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>利用Ilist显示记录的方法</title><link>http://blog.csdn.net/zdyguilong/archive/2008/10/22/3123845.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/3123845.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/3123845.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3123845</trackback:ping><description>利用Ilist显示多条记录，并且可以分页，完全不用于dategrid，比较死板，比较简单的显示，希望对大家有所帮助&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/3123845.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Oct 2008 21:47:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2008/10/22/3123845.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2008/10/22/3123845.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>好久没写东西了……</title><link>http://blog.csdn.net/zdyguilong/archive/2008/09/04/2881778.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/2881778.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/2881778.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2881778</trackback:ping><description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;好久没写东西了，进入这个页面，忽然变得很茫然，不知道写些什么……&lt;/P&gt;&lt;br /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;br /&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;来公司已经一年多了，大小项目也经历过4、5个，编程方面的经验也长了不少，虽然目前的工资不高，但我过得很快乐，很充实；哎，感情问题家里一直在催，可能跟职业有关系吧，接触的女生很少，自己也不知道该找个什么样的，在这方面很无助，前两天逼得我去婚恋网站上去寻觅，一个月也没个结果，我感觉我的条件也不错啊，也不知道怎么搞的，哈哈，可能是缘分未到吧；每天上班写代码，下班打打乒乓球，晚上玩玩魔兽世界，这小日子，其实也不错，可能这就是胸无大志的人的特点吧，特别容易满足，正所谓知足者常乐……（自己安慰自己一下o(∩_∩)o...），魔兽世界应该少玩一些了，其实我玩的不多，平时也就2个小时，周末可能时间多点，就这样，我妈还老在后面管着，不让我玩，你说我这么大的人了，玩个游戏的自由都没有，我也知道，家人是&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/2881778.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Sep 2008 01:25:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2008/09/04/2881778.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2008/09/04/2881778.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>viewstate在asp.net中的简单应用</title><link>http://blog.csdn.net/zdyguilong/archive/2007/11/16/1887975.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/1887975.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/1887975.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1887975</trackback:ping><description>还是以订单为例子，一个订单下面有多条信息，一条信息添加一次，但不能直接添加到数据库里，这时就要保存到session或viewsatte中，这里我选择的是viewstate，因为这个功能不用跨页面，整个过程是在一个页面中完成的，等把订单中的所有信息保存到viewstate中后，再一次把这个viewstate添加到数据库中， 其实我理解的viewstate就跟datatable差不多，尤其是结构上，下面是我项目中的一段详细代码&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/1887975.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 16 Nov 2007 18:34:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2007/11/16/1887975.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2007/11/16/1887975.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>对事务的理解和在asp.net中的应用</title><link>http://blog.csdn.net/zdyguilong/archive/2007/11/06/1869558.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/1869558.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/1869558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1869558</trackback:ping><description>因为自己的项目经验也不多，只是在前一段时间的项目中用到事务了，所以现在就简单的总结一下，可能我理解的角度、方向等等有问题，还请高手指出，谢谢支持……&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/1869558.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Nov 2007 22:26:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2007/11/06/1869558.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2007/11/06/1869558.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>asp.net 下拉菜单负值</title><link>http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829665.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/1829665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/1829665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1829665</trackback:ping><description>没什么可说的，给初学者&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/1829665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Oct 2007 01:29:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829665.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>一个sql例子，在一个表中把仓库的上级id变成上级名称</title><link>http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829646.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/1829646.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/1829646.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1829646</trackback:ping><description>由于要同时显示下面三个字段，但warehousepid字段显示编号的话很不人性话，用户不好理解，就要求显示中文&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/1829646.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Oct 2007 01:19:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829646.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2007/10/17/1829646.aspx</guid><dc:creator>死亡凋零</dc:creator></item><item><title>asp.net中对断点的理解与使用</title><link>http://blog.csdn.net/zdyguilong/archive/2007/08/30/1764883.aspx</link><wfw:comment>http://blog.csdn.net/zdyguilong/comments/1764883.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zdyguilong/comments/commentRss/1764883.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1764883</trackback:ping><description>因为以前是搞asp的，最近换工作搞asp.net，里面的知识要靠自己去摸索，其中的断点一直不是很理解，为什么要叫断点？断点是如何工作的？经过一段时间的摸索再加上同事的指点，渐渐的明白了。&lt;img src =&quot;http://blog.csdn.net/zdyguilong/aggbug/1764883.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 30 Aug 2007 17:46:00 +0800</pubDate><author>死亡凋零</author><comments>http://blog.csdn.net/zdyguilong/archive/2007/08/30/1764883.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zdyguilong/archive/2007/08/30/1764883.aspx</guid><dc:creator>死亡凋零</dc:creator></item></channel></rss>