<?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/wukong777" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/wukong777" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 07 Sep 2006 08:43:00 GMT</lastBuildDate><title>石涛 的专栏</title><link>http://blog.csdn.net/wukong777/</link><item><title>常用 Excel 公式列表</title><link>http://blog.csdn.net/wukong777/archive/2006/09/07/1188361.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1188361.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1188361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1188361</trackback:ping><description>今天收到的“Office 内幕”新闻快递 邮件中给出了一个“常用 Excel 公式列表”的链接，访问看看，比较实用。&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1188361.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 Sep 2006 16:43:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/09/07/1188361.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/09/07/1188361.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>初学者SQL语句介绍 +ASP中使用SQL语句</title><link>http://blog.csdn.net/wukong777/archive/2006/09/06/1184442.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1184442.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1184442.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1184442</trackback:ping><description>初学者SQL语句介绍 +ASP中使用SQL语句&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1184442.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 06 Sep 2006 19:19:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/09/06/1184442.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/09/06/1184442.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>将税务申报的XML文件格式数据转化为Excel格式文件数据</title><link>http://blog.csdn.net/wukong777/archive/2006/09/04/1176017.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1176017.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1176017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1176017</trackback:ping><description>国税局对专票增值税以外的废旧、运输等普票使用了一个小型申报软件来录入、申报，此软件最后生成的是XML文件，可以将此文件转化为Excel文件，方便打印等操作。
    另外，目前最新的税务申报软件是2.3版本的，每笔记录要求输入两遍，很烦人，采用下面的办法可以不理他。&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1176017.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Sep 2006 00:20:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/09/04/1176017.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/09/04/1176017.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>GridView控件数据验证</title><link>http://blog.csdn.net/wukong777/archive/2006/08/11/1051317.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1051317.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1051317.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1051317</trackback:ping><description>ASP.NET 2.0 中的GridView控件可以让我们很快地修改和删除记录，但是现实中绝大部分情况是要求我们在对记录进行修改和删除时予以验证，有一些方法可以实现这个问题，本文将对这个问题从以下3个方面进行探索一下。
1、客户端使用验证控件验证
2、服务器端使用验证控件验证
3、服务器端使用GridView事件验证&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1051317.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Aug 2006 01:03:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/11/1051317.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/11/1051317.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>.NET程序中常用的代码(转自Shadow的专栏)</title><link>http://blog.csdn.net/wukong777/archive/2006/08/10/1045936.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1045936.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1045936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1045936</trackback:ping><description>转自Shadow的专栏，在此表示感谢！&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1045936.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Aug 2006 21:52:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/10/1045936.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/10/1045936.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>在GridView中处理数据不使用Data Source Controls</title><link>http://blog.csdn.net/wukong777/archive/2006/08/10/1045760.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1045760.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1045760.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1045760</trackback:ping><description>已经有很多文章或指南介绍了在GridView中使用Data Source Controls处理数据，并且也很简单，几乎不要写什么代码，就可以实现很多功能：新增、编辑、删除、分页、排序等等，如果不使用Data Source Controls，也能实现这些功能吗？答案是肯定的。本文将演示不使用Data Source Controls把SQL中的“Northwind”数据库中“Employees”表中的数据在GridView中显示出来。&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1045760.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Aug 2006 21:06:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/10/1045760.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/10/1045760.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>Atlas 学习之006：Make Client-Side Network Callbacks with “Atlas”</title><link>http://blog.csdn.net/wukong777/archive/2006/08/09/1042388.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1042388.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1042388.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1042388</trackback:ping><description>下面的文章将介绍： 

　　how Microsoft “Atlas” helps web developers make network callbacks directly from client-side script code. 

　　本文将学习以下内容：

how to create a simple web service that is “Atlas” enabled; 
how to call this web service from client-side JavaScript code;  
how to use the data returned from the web service. &lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1042388.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Aug 2006 00:16:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/09/1042388.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/09/1042388.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>Atlas 学习之005：在按钮上实现无刷新适时动态显示当前时间</title><link>http://blog.csdn.net/wukong777/archive/2006/08/08/1038987.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1038987.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1038987.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1038987</trackback:ping><description>前段时间访问过“台湾微软”的网站，它的首页做了个大大的按钮，绿油油的（偶发现台湾的开发人员喜欢把网站的许多重要的控件的颜色做成绿色，哈哈，其中原因大家可能都知道！不相信现在就访问“　MSDN 台湾　”，一进去就遇见一大片“绿色”，哈哈，开个玩笑），上面动态显示当前的时间，觉得很酷，当时也想做一个类似的东东，没有做成，今天我也来做一个，并且做一个红色的，哈哈！&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1038987.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Aug 2006 05:50:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/08/1038987.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/08/1038987.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>在自己的网站加上QQ天气预报</title><link>http://blog.csdn.net/wukong777/archive/2006/08/07/1031213.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1031213.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1031213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1031213</trackback:ping><description>在自己的网站加上QQ天气预报&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1031213.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 Aug 2006 18:16:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/07/1031213.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/07/1031213.aspx</guid><dc:creator>石涛</dc:creator></item><item><title>Atlas 学习之004：“UpdatePanel　”和“UpdateProgress　”使更新数据呈现动画效果</title><link>http://blog.csdn.net/wukong777/archive/2006/08/04/1020453.aspx</link><wfw:comment>http://blog.csdn.net/wukong777/comments/1020453.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/wukong777/comments/commentRss/1020453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1020453</trackback:ping><description>本文联合使用了“UpdatePanel　”和“UpdateProgress　”两个控件，使更新时数据呈现动画效果，提供给用户等待时友好的界面，很酷的哟！&lt;img src =&quot;http://blog.csdn.net/wukong777/aggbug/1020453.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 05 Aug 2006 05:05:00 +0800</pubDate><author>石涛</author><comments>http://blog.csdn.net/wukong777/archive/2006/08/04/1020453.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wukong777/archive/2006/08/04/1020453.aspx</guid><dc:creator>石涛</dc:creator></item></channel></rss>