


      <rss version="2.0">
         <channel>
            <title><![CDATA[MidwestDotNet: ASP.NET 2.0]]></title>
            <link>http://www.midwestdotnet.com/</link>
            <description>MidwestDotNet: the site for beer fanatics</description>
            <copyright>Copyright 2005 by Marco Bellinaso</copyright>
   
      <item>
         <title><![CDATA[ASP.NET - Iterating through controls in an update panel.]]></title>
         <author><![CDATA[chimaera]]></author>
         <description><![CDATA[I've written a helper method to iterate through a collection of controls on my page and set certain properties based on their type.  Without an update panel I could simply pass the collection of controls from my page and it would loop through them all as I expected.  After I added an update panel I the textboxes in that panel we're no longer included.  Here's how I solved my problem...]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=59]]></link>
         <pubDate>Tue, 20 Oct 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET - Setting text property of textbox with a textmode of password]]></title>
         <author><![CDATA[chimaera]]></author>
         <description><![CDATA[When using the textbox control with a textmode of password it won't allow you to set the text property on a postback (and for good reason).  However, sometimes you may want to set the textbox field to some value, such as asteriks, in order to show the client that whatever they've typed in before a postback event has been saved (in the session for example).  Here's a simple way to work around that...]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=57]]></link>
         <pubDate>Wed, 26 Aug 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[C# - Getting the DataKey from a datalist during the ItemDataBound event]]></title>
         <author><![CDATA[chimaera]]></author>
         <description><![CDATA[Getting the DataKey of the current row during the ItemDataBound event can be accomplished in one line...]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=54]]></link>
         <pubDate>Thu, 28 May 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Spider returns "object moved to here" during testing/no content for ASP.NET web application]]></title>
         <author><![CDATA[jstrosch01]]></author>
         <description><![CDATA[While performing some search engine optimization I ran across a good tool that shows you what a spider will see when indexing your site (<a href="http://www.seochat.com/seo-tools/spider-simulator/" target="_blank">http://www.seochat.com/seo-tools/spider-simulator/</a>, which I found in this book: <a target-"_blank" href="http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470131470.html">Professional ASP.NET Search Engine Optimization</a>).  When I put my url in the form the content I received was 'Object moved to here,' which happens to be the textual response for a 301/302 redirect.  Since I had no redirects programmed into my site I wasn't sure what could be causing this response.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=20]]></link>
         <pubDate>Mon, 31 Mar 2008 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   