<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Infinities Loop - All Comments</title><link>http://weblogs.asp.net/infinitiesloop/default.aspx</link><description>ASP.NET and .NET from a new perspective</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Dealing with IE "Operation Aborted". Or, how to Crash IE</title><link>http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx#7261795</link><pubDate>Fri, 20 Nov 2009 18:24:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261795</guid><dc:creator>thankful</dc:creator><author>thankful</author><description>&lt;p&gt;Thank you so much! I was going crazy until I found your post&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261795" width="1" height="1"&gt;</description></item><item><title>re: Response.Redirect into a new window (with Extension Methods)</title><link>http://weblogs.asp.net/infinitiesloop/archive/2007/09/25/response-redirect-into-a-new-window-with-extension-methods.aspx#7261425</link><pubDate>Fri, 20 Nov 2009 11:30:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261425</guid><dc:creator>davetiyeci</dc:creator><author>davetiyeci</author><description>&lt;p&gt;d&amp;#252;ğ&amp;#252;n davetiyesi ve davetiye s&amp;#246;zleri&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261425" width="1" height="1"&gt;</description></item><item><title>re: The Event Handler That Cried Wolf</title><link>http://weblogs.asp.net/infinitiesloop/archive/2009/01/14/the-event-handler-that-cried-wolf.aspx#7260783</link><pubDate>Thu, 19 Nov 2009 20:44:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260783</guid><dc:creator>Bryan</dc:creator><author>Bryan</author><description>&lt;p&gt;How can we avoid this in the general case? It looks like the heart of the problem is that Foo&amp;#39;s implementation needs its functions called in a certain order but cannot guarantee that because all of them can be called from outside.&lt;/p&gt;
&lt;p&gt;So technically the writer of Main is violating Foo&amp;#39;s contract by calling the functions out of order. However, we&amp;#39;re more concerned about how to make Foo robust so that it handles misuse gracefully; doing so will prevent us from having to make bug fixes down the road.&lt;/p&gt;
&lt;p&gt;This is an interesting problem because hooking up an event handler causes it to become pseudo-public in that it can be called from outside the class. Wouldn&amp;#39;t that make it susceptible to multithreading and order-related issues just like all other public functions?&lt;/p&gt;
&lt;p&gt;Maybe a good rule of thumb, then, is that in .NET, all public functions and event handlers should be written so that they can be called in any order. I think that would prevent this problem in general.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260783" width="1" height="1"&gt;</description></item><item><title>re: TRULY Understanding ViewState</title><link>http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx#7260741</link><pubDate>Thu, 19 Nov 2009 19:42:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260741</guid><dc:creator>mishra.p</dc:creator><author>mishra.p</author><description>&lt;p&gt;Excellant Article....Thanks for sharing...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260741" width="1" height="1"&gt;</description></item><item><title>re: Response.Redirect into a new window (with Extension Methods)</title><link>http://weblogs.asp.net/infinitiesloop/archive/2007/09/25/response-redirect-into-a-new-window-with-extension-methods.aspx#7260571</link><pubDate>Thu, 19 Nov 2009 16:10:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260571</guid><dc:creator>Orlando15767</dc:creator><author>Orlando15767</author><description>&lt;p&gt;excellent solution for a very common and frustraiting issue many developers come across.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260571" width="1" height="1"&gt;</description></item><item><title>re: Response.Redirect into a new window (with Extension Methods)</title><link>http://weblogs.asp.net/infinitiesloop/archive/2007/09/25/response-redirect-into-a-new-window-with-extension-methods.aspx#7259260</link><pubDate>Wed, 18 Nov 2009 15:15:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7259260</guid><dc:creator>Hasu</dc:creator><author>Hasu</author><description>&lt;p&gt;Hi Everyone &lt;/p&gt;
&lt;p&gt;when i implement the above functionality i get the following error&lt;/p&gt;
&lt;p&gt;&amp;quot;object reference not set to an instance of an object&amp;quot;&lt;/p&gt;
&lt;p&gt;can any one help me to implement it step by step&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259260" width="1" height="1"&gt;</description></item><item><title>re: The CodeExpressionBuilder</title><link>http://weblogs.asp.net/infinitiesloop/archive/2006/08/09/The-CodeExpressionBuilder.aspx#7258898</link><pubDate>Wed, 18 Nov 2009 09:11:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7258898</guid><dc:creator>Paolo</dc:creator><author>Paolo</author><description>&lt;p&gt;Hi - your code works great! Thanks a lot. &lt;/p&gt;
&lt;p&gt;Just one question though. If I try and use it in a user control of my own, for example: &lt;/p&gt;
&lt;p&gt;&amp;lt;myControl:showSomeTest ID=&amp;quot;idShowText&amp;quot; text=&amp;quot;&amp;lt;%$Code: ApplicationCoreAPI.GetLocaleDescription(37)%&amp;gt;&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;All that control does is take an id and gets text that corresponds to the id and returns it. &lt;/p&gt;
&lt;p&gt;But when that is rendered, it display:&lt;/p&gt;
&lt;p&gt;&amp;lt;div&amp;gt;&amp;lt;%$Code: ApplicationCoreAPI.GetLocaleDescription(37)%&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;Any way to get the ExpressionBuilder to work the same for User Controls??&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7258898" width="1" height="1"&gt;</description></item><item><title>理解ASP.NET中的ViewState</title><link>http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx#7258512</link><pubDate>Wed, 18 Nov 2009 01:23:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7258512</guid><dc:creator>Kein</dc:creator><author>Kein</author><description>&lt;p&gt;以前做EasyFramework的时候，对ViewState的控制一直是个问题。后来看了一篇强文，才有点搞清楚了。由于原文很长，下面照本宣科，把要点讲一下。&lt;/p&gt;
&lt;p&gt;在Google中搜索ASP.NETVi...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7258512" width="1" height="1"&gt;</description></item><item><title>re: TRULY Understanding Dynamic Controls by Example</title><link>http://weblogs.asp.net/infinitiesloop/archive/2008/04/23/truly-understanding-dynamic-controls-by-example.aspx#7256952</link><pubDate>Mon, 16 Nov 2009 19:43:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7256952</guid><dc:creator>Jean-Michel Donatelli</dc:creator><author>Jean-Michel Donatelli</author><description>&lt;p&gt;OMG!!! A thousand thank you to you my friend! Thanks to your sample, I was finally able (after over a week of research) to make my page work with controls dynamically added to a gridview.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7256952" width="1" height="1"&gt;</description></item><item><title>TRULY Understanding ViewState</title><link>http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx#7252041</link><pubDate>Thu, 12 Nov 2009 03:32:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7252041</guid><dc:creator>语虫</dc:creator><author>语虫</author><description>&lt;p&gt;Orginallink:&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate"&gt;weblogs.asp.net/.../Truly-Understanding-Viewstate&lt;/a&gt;....&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7252041" width="1" height="1"&gt;</description></item></channel></rss>