<?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/stanleycheung" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/stanleycheung" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 13 Mar 2009 16:11:00 GMT</lastBuildDate><title>张昊</title><description>I AM STAN</description><link>http://blog.csdn.net/stanleycheung/</link><item><title>Cross-Page Postback 拾遗</title><link>http://blog.csdn.net/stanleycheung/archive/2009/03/13/3987964.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/3987964.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/3987964.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3987964</trackback:ping><description>以上，我们解决了在使用Cross-Page Postback机制时可能遇到的小问题。问题虽小，但想引起初学者注意的是解决问题的方法。编程经验从哪儿来呢？其实就是来自于解决问题的思路，而解决问题的思路又来自于对我们所储备知识的灵活应用。以上解决方案中涉及的知识点，大概作为初学者都已储备，剩下的其实就是需要我们在实际编程环境中通过思考、尝试，去积极寻找解决之道。在此借用一句烂俗的话：没有解决不了的问题。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/3987964.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Mar 2009 00:11:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2009/03/13/3987964.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2009/03/13/3987964.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2009/03/13/3987964.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773262/1069656</fs:itemid></item><item><title>扩展CalendarExtender的应用场合（改进版）</title><link>http://blog.csdn.net/stanleycheung/archive/2009/02/17/3901655.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/3901655.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/3901655.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3901655</trackback:ping><description>在上周的扩展CalendarExtender的应用场合一文中提出了扩展的目的，GaryW提出“把ClientID当成一个变量传入JavaScript函数”的思路来简化扩展的解决方案，但又会遇到两个问题：问题1：OnClientDateSelectionChanged属性只能设置不带参数的JavaScript函数名。 问题2：按目前的方案，页面上有多个用户控件的时候，相同格式的JavaScript函数的确会生成多次，显得很繁琐，但按新提出的方案，势必会造成这些JavaScript函数重名。为此，今天对AdvancedCalendarExtender做了些改进，生成的JavaScript更简洁，但需要自己手工在每次调用用户控件的页面中拷贝JavaScript函数。鱼和熊掌真是很难兼得，看是想要用得方便（灵活性），还是客户端代码更简洁（性能）。下面给出完整代码：&lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;AdvancedCalendarExtender.ascx.cs&quot; &lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/3901655.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Feb 2009 01:45:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2009/02/17/3901655.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2009/02/17/3901655.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2009/02/17/3901655.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773266/1069656</fs:itemid></item><item><title>扩展CalendarExtender的应用场合</title><link>http://blog.csdn.net/stanleycheung/archive/2009/02/13/3887881.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/3887881.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/3887881.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3887881</trackback:ping><description>ASP.NET AJAX Control Toolkit中的CalendarExtender在用于选择日期的时候已经非常方便，网上也有很多Tips来解决语言是英语、显示不正常等问题。但该控件默认只和一个文本框配合使用（通过TargetControlID属性），也就是会将完整的日期填到一个文本框中。如果碰到了需要将年份、月份和日期分别显示到三个文本框的场合，该怎么办呢？本文来解决这个问题！&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/3887881.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Feb 2009 01:40:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2009/02/13/3887881.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2009/02/13/3887881.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2009/02/13/3887881.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773267/1069656</fs:itemid></item><item><title>ASP.NET 2.0 王者归来</title><link>http://blog.csdn.net/stanleycheung/archive/2006/11/22/1404630.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/1404630.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/1404630.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1404630</trackback:ping><description>无论从各个方面而言，《Programming ASP.NET 中文版（第三版）》不愧为ASP.NET技术图书领域的经典著作。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/1404630.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Nov 2006 22:42:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/11/22/1404630.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/11/22/1404630.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/11/22/1404630.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773270/1069656</fs:itemid></item><item><title>Beyond Single Language —— 有感Beginning C# Object中文版</title><link>http://blog.csdn.net/stanleycheung/archive/2006/10/09/1327716.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/1327716.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/1327716.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1327716</trackback:ping><description>Beginning C# Object中文版主要介绍了C#语言的知识以及使用C#进行开发的原则与实践，结合C#深入浅出的阐述面向对象理论的基本内容。然而本书不止达到此目的，在我看来它超越了对单一语言的讨论。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/1327716.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Oct 2006 05:08:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/10/09/1327716.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/10/09/1327716.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/10/09/1327716.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773272/1069656</fs:itemid></item><item><title>Learning ASP.NET Part 1 理解Web应用程序（1）</title><link>http://blog.csdn.net/stanleycheung/archive/2006/07/15/925916.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/925916.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/925916.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=925916</trackback:ping><description>ASP.NET是由Microsoft推出的一种用来构建Web应用程序（Web Application）的强大技术。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/925916.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 16 Jul 2006 01:33:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/07/15/925916.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/07/15/925916.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/07/15/925916.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773275/1069656</fs:itemid></item><item><title>读《傅雷家书》</title><link>http://blog.csdn.net/stanleycheung/archive/2006/07/10/899612.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/899612.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/899612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=899612</trackback:ping><description>在傅雷写给儿子傅聪的信中，道尽了为人、处世、学问和艺术，凝结着傅雷对儿子也是对中国青年的深清。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/899612.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Jul 2006 22:56:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/07/10/899612.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/07/10/899612.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/07/10/899612.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773278/1069656</fs:itemid></item><item><title>是Attribute，还是Property？</title><link>http://blog.csdn.net/stanleycheung/archive/2006/07/02/863911.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/863911.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/863911.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=863911</trackback:ping><description>Attribute和Property都可以翻译成“属性”，可是Attribute不等于Property。二者之间到底有何区别？&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/863911.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 02 Jul 2006 10:30:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/07/02/863911.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/07/02/863911.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/07/02/863911.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773280/1069656</fs:itemid></item><item><title>Contents of Programming ASP.NET 3rd Edition</title><link>http://blog.csdn.net/stanleycheung/archive/2006/06/26/837682.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/837682.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/837682.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=837682</trackback:ping><description>Programming ASP.NET 3rd Edition的目录初稿。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/837682.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Jun 2006 06:30:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/06/26/837682.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/06/26/837682.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/06/26/837682.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773282/1069656</fs:itemid></item><item><title>&quot;Begin at the Beginning&quot;</title><link>http://blog.csdn.net/stanleycheung/archive/2006/06/21/819455.aspx</link><wfw:comment>http://blog.csdn.net/stanleycheung/comments/819455.aspx</wfw:comment><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/stanleycheung/comments/commentRss/819455.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=819455</trackback:ping><description>从纯技术角度来说，也许Microsoft的Web技术算不得最先进，但对于开发人员而言，它一直都是最“实惠”的。&lt;img src =&quot;http://blog.csdn.net/stanleycheung/aggbug/819455.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 Jun 2006 05:11:00 +0800</pubDate><author>张昊</author><comments>http://blog.csdn.net/stanleycheung/archive/2006/06/21/819455.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stanleycheung/archive/2006/06/21/819455.aspx</guid><dc:creator>张昊</dc:creator><fs:srclink>http://blog.csdn.net/stanleycheung/archive/2006/06/21/819455.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stanleycheung/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stanleycheung/~1069656/212773285/1069656</fs:itemid></item></channel></rss>