


      <rss version="2.0">
         <channel>
            <title><![CDATA[MidwestDotNet: Working with HTML]]></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 - Using a link button without javascript.]]></title>
         <author><![CDATA[chimaera]]></author>
         <description><![CDATA[The link button is a very useful control but relies on javascript to create the postback.  In this brief article I'll show you how to use a button control instead of the link button and then use css to style it any way you want.  This, of course, allows you to get the submit behavior without javascript being enabled.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=50]]></link>
         <pubDate>Tue, 13 Jan 2009 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET - Export to excel over https problems]]></title>
         <author><![CDATA[jstrosch01]]></author>
         <description><![CDATA[Seems like every web programmer has to export an office document at some point in their career.  For the most part it's a fairly simple task.  However, when I moved a site that I'm working on over to use SSL I began to experience problems with I.E. 7.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=38]]></link>
         <pubDate>Thu, 28 Aug 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET - Disabling autocomplete with FireFox]]></title>
         <author><![CDATA[jstrosch01]]></author>
         <description><![CDATA[Using the autocompletetype attribute with a text box control doesn't seem to truly disable autocomplete in Firefox 2.  A single line of code in your code-behind can fix this.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=33]]></link>
         <pubDate>Wed, 04 Jun 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Internet Explorer 6 Vertical Scroll Bar Not Appearing]]></title>
         <author><![CDATA[jstrosch01]]></author>
         <description><![CDATA[IE6's vertical scroll bar was not appearing with overflow set to auto as the content extended beyond the div's height.  The styles where set in an external CSS.  What puzzled me was that the scroll bar would appear in FireFox 2 and IE 7.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=19]]></link>
         <pubDate>Thu, 27 Mar 2008 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ ASP.NET 2.0 TextBox Ready Only losing client side changes, values across postback]]></title>
         <author><![CDATA[josh_admin]]></author>
         <description><![CDATA[When setting the ReadOnly attribute of the TextBox control and then updating the TextBox via a Javascript calendar, the code-behind would not get the new value.]]></description>
         <link><![CDATA[http://www.midwestdotnet.com/ShowArticle.aspx?ID=9]]></link>
         <pubDate>Sat, 15 Mar 2008 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   