<?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>Jeff Widmer's Blog - All Comments</title><link>http://weblogs.asp.net/jeffwids/default.aspx</link><description>ASP.NET, ASP.NET MVC, C#, VB.NET, IIS7, Windows Forms, VB6, ASP 3.0</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Credit Card Expiration Date DropDownList Sample Code</title><link>http://weblogs.asp.net/jeffwids/archive/2009/09/08/credit-card-expiration-date-dropdownlist-sample-code.aspx#7263244</link><pubDate>Mon, 23 Nov 2009 03:34:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7263244</guid><dc:creator>schlub</dc:creator><author>schlub</author><description>&lt;p&gt;I find this works well for my CascadingDropDown and you're not creating any DateTime variables. If you want the month as an integer for the value just remove change the value to &amp;quot;i.Tostring()&amp;quot; instead.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[WebMethod]&lt;/p&gt;
&lt;p&gt;		public CascadingDropDownNameValue[]&lt;/p&gt;
&lt;p&gt;		GetMonths(string knownCategoryValues, string category)&lt;/p&gt;
&lt;p&gt;		{&lt;/p&gt;
&lt;p&gt;			List&amp;lt;CascadingDropDownNameValue&amp;gt; values = new List&amp;lt;CascadingDropDownNameValue&amp;gt;();&lt;/p&gt;
&lt;p&gt;			//Get the next 12 months&lt;/p&gt;
&lt;p&gt;			for (int i = 1; i &amp;lt;= 12; i++)&lt;/p&gt;
&lt;p&gt;			{&lt;/p&gt;
&lt;p&gt;				values.Add(new CascadingDropDownNameValue(i.ToString(&amp;quot;D2&amp;quot;), i.ToString(&amp;quot;D2&amp;quot;)));&lt;/p&gt;
&lt;p&gt;			}&lt;/p&gt;
&lt;p&gt;			return values.ToArray();&lt;/p&gt;
&lt;p&gt;		}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7263244" width="1" height="1"&gt;</description></item><item><title>re: Posting a deposit to QuickBooks Online Edition (QBOE)</title><link>http://weblogs.asp.net/jeffwids/archive/2009/10/01/posting-a-deposit-to-quickbooks-online-edition-qboe.aspx#7263142</link><pubDate>Sun, 22 Nov 2009 21:56:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7263142</guid><dc:creator>Vustyedully</dc:creator><author>Vustyedully</author><description>&lt;p&gt;gratzie&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7263142" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 How to show white space in Visual Studio - Jeff Widmer's Blog         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/jeffwids/archive/2009/11/11/how-to-show-white-space-in-visual-studio.aspx#7251987</link><pubDate>Thu, 12 Nov 2009 02:47:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7251987</guid><dc:creator>Twitter Trackbacks for                 How to show white space in Visual Studio - Jeff Widmer's Blog         [asp.net]        on Topsy.com</dc:creator><author>Twitter Trackbacks for                 How to show white space in Visual Studio - Jeff Widmer's Blog         [asp.net]        on Topsy.com</author><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; How to show white space in Visual Studio - Jeff Widmer's Blog &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7251987" width="1" height="1"&gt;</description></item><item><title>ISO 3166-1 Country Data SQL Script Scripts Rss</title><link>http://weblogs.asp.net/jeffwids/archive/2009/11/09/iso-3166-1-country-data-sql-script.aspx#7251784</link><pubDate>Wed, 11 Nov 2009 22:09:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7251784</guid><dc:creator>ISO 3166-1 Country Data SQL Script Scripts Rss</dc:creator><author>ISO 3166-1 Country Data SQL Script Scripts Rss</author><description>&lt;p&gt;Pingback from &amp;nbsp;ISO 3166-1 Country Data SQL Script Scripts Rss&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7251784" width="1" height="1"&gt;</description></item><item><title>re: Internet Explorer and Office Documents - SysFader: iexplore.exe - Application Error</title><link>http://weblogs.asp.net/jeffwids/archive/2007/03/12/internet-explorer-and-office-documents-sysfader-iexplore-exe-application-error.aspx#7251041</link><pubDate>Wed, 11 Nov 2009 01:54:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7251041</guid><dc:creator>Sergio</dc:creator><author>Sergio</author><description>&lt;p&gt;Thanks for the tip!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7251041" width="1" height="1"&gt;</description></item><item><title>re: Remote Desktop to Console Session on Windows Server 2003</title><link>http://weblogs.asp.net/jeffwids/archive/2005/12/14/remote-desktop-to-console-session-on-windows-server-2003.aspx#7248084</link><pubDate>Fri, 06 Nov 2009 00:26:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7248084</guid><dc:creator>SCulligan</dc:creator><author>SCulligan</author><description>&lt;p&gt;The entry for a saved RDP file is now as follows:&lt;/p&gt;
&lt;p&gt;administrative session:i:1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7248084" width="1" height="1"&gt;</description></item><item><title>re: Canon Scanner – Unable to open TWAIN source</title><link>http://weblogs.asp.net/jeffwids/archive/2009/11/02/canon-scanner-unable-to-open-twain-source.aspx#7246518</link><pubDate>Wed, 04 Nov 2009 05:42:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246518</guid><dc:creator>Jon Davis</dc:creator><author>Jon Davis</author><description>&lt;p&gt;Jeff: I want to thank you SO much for this information. I&amp;#39;ve had my 4400F about 2 years; today was the first time I had ever run into this &amp;#39;twain&amp;#39; problem. For some reason, it has, many times in the past, &amp;#39;lost&amp;#39; something in the CanoScan Toolbox. That only required uninstalling and reinstalling the Toolbox software. Anyway, I followed your instructions and all is fine now. Thanks again.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246518" width="1" height="1"&gt;</description></item><item><title>re: Internet Explorer and Office Documents - SysFader: iexplore.exe - Application Error</title><link>http://weblogs.asp.net/jeffwids/archive/2007/03/12/internet-explorer-and-office-documents-sysfader-iexplore-exe-application-error.aspx#7243427</link><pubDate>Fri, 30 Oct 2009 18:58:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243427</guid><dc:creator>Dana</dc:creator><author>Dana</author><description>&lt;p&gt;Hellz yeaaaah...the suggestive tip listed at the beginning of the posts did the trick!!! &amp;nbsp;I just deleted an S from OWSSUPP.DLL and my error message is gone. &amp;nbsp;Thanks Jeff!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243427" width="1" height="1"&gt;</description></item><item><title>How to quickly comment or uncomment lines of code in Visual Studio - Jeff Widmer's Blog</title><link>http://weblogs.asp.net/jeffwids/archive/2009/10/27/how-to-quickly-comment-or-uncomment-lines-of-code-in-visual-studio.aspx#7243124</link><pubDate>Fri, 30 Oct 2009 09:14:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7243124</guid><dc:creator>Servefault.com</dc:creator><author>Servefault.com</author><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from Servefault.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7243124" width="1" height="1"&gt;</description></item><item><title>re: How to quickly comment or uncomment lines of code in Visual Studio</title><link>http://weblogs.asp.net/jeffwids/archive/2009/10/27/how-to-quickly-comment-or-uncomment-lines-of-code-in-visual-studio.aspx#7241595</link><pubDate>Wed, 28 Oct 2009 16:23:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7241595</guid><dc:creator>Arun Mahendrakar</dc:creator><author>Arun Mahendrakar</author><description>&lt;p&gt;confirmed!! the same macro works on vs2010 as well.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7241595" width="1" height="1"&gt;</description></item></channel></rss>