<?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>Peter Johnson's Blog - All Comments</title><link>http://weblogs.asp.net/pjohnson/default.aspx</link><description>ASP.NET and other technologies</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>&amp;quot;Automatic sorting is only supported with DataView, DataTable, and DataSet&amp;quot; or else How to sort list in ObjectDataSource &amp;laquo; Billy club Weblog</title><link>http://weblogs.asp.net/pjohnson/archive/2006/02/08/437731.aspx#6662271</link><pubDate>Tue, 07 Oct 2008 12:18:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6662271</guid><dc:creator>"Automatic sorting is only supported with DataView, DataTable, and DataSet" or else How to sort list in ObjectDataSource « Billy club Weblog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;&amp;amp;quot;Automatic sorting is only supported with DataView, DataTable, and DataSet&amp;amp;quot; or else How to sort list in ObjectDataSource &amp;amp;laquo; Billy club Weblog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6662271" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6438438</link><pubDate>Thu, 24 Jul 2008 09:58:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6438438</guid><dc:creator>Saurabh</dc:creator><description>&lt;p&gt;Life saver&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6438438" width="1" height="1"&gt;</description></item><item><title>re: Convert.ChangeType doesn't handle nullables</title><link>http://weblogs.asp.net/pjohnson/archive/2006/02/07/Convert.ChangeType-doesn_2700_t-handle-nullables.aspx#6427042</link><pubDate>Mon, 21 Jul 2008 12:37:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6427042</guid><dc:creator>Idrees</dc:creator><description>&lt;p&gt;Great work. especially the generic method. &lt;/p&gt;
&lt;p&gt;Thankx.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6427042" width="1" height="1"&gt;</description></item><item><title>re: Convert.ChangeType doesn't handle nullables</title><link>http://weblogs.asp.net/pjohnson/archive/2006/02/07/Convert.ChangeType-doesn_2700_t-handle-nullables.aspx#6377973</link><pubDate>Tue, 08 Jul 2008 22:46:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6377973</guid><dc:creator>vkelman</dc:creator><description>&lt;p&gt;I slightly modified your &lt;a rel="nofollow" target="_new" href="http://aspalliance.com/852"&gt;http://aspalliance.com/852&lt;/a&gt; code. I canno tput code there due to server error.&lt;/p&gt;
&lt;p&gt;I modified your code slightly, to make it generic. Thanks!&lt;/p&gt;
&lt;p&gt;public static T ChangeType&amp;lt;T&amp;gt;(object value) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Type conversionType = typeof(T);&lt;/p&gt;
&lt;p&gt; &amp;nbsp;if (conversionType.IsGenericType &amp;amp;&amp;amp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;conversionType.GetGenericTypeDefinition().Equals(typeof(Nullable&amp;lt;&amp;gt;))) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (value == null) { return default(T); }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;conversionType = Nullable.GetUnderlyingType(conversionType); ;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp;return (T)Convert.ChangeType(value, conversionType);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6377973" width="1" height="1"&gt;</description></item><item><title>re: Microsoft Sandcastle</title><link>http://weblogs.asp.net/pjohnson/archive/2007/07/03/microsoft-sandcastle.aspx#6328422</link><pubDate>Fri, 27 Jun 2008 18:38:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6328422</guid><dc:creator>Keith Johnson</dc:creator><description>&lt;p&gt;Microsoft documentation has really improved over the years, so if Sandcastle is the reason behind this (including .NET Framework documentation), then it should be a great resource for generating system documentation.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6328422" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6285716</link><pubDate>Tue, 17 Jun 2008 09:20:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6285716</guid><dc:creator>Manohar</dc:creator><description>&lt;p&gt;Easiest way to find the case mismatches is just try &amp;quot;Convert to Web Application&amp;quot; on that particular page, .NET designer will show you the variable name! :)&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Manohar&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6285716" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6271396</link><pubDate>Fri, 13 Jun 2008 02:23:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6271396</guid><dc:creator>Mike K</dc:creator><description>&lt;p&gt;My version of the problem was that the wrong level of .net was specified for the app (2.x instead of the correct one, 1.x. &amp;nbsp;It would have taken me a long time to figure that out, without the help here. &amp;nbsp;Thanx.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6271396" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6269237</link><pubDate>Wed, 11 Jun 2008 23:10:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6269237</guid><dc:creator>Felipe Mazzi</dc:creator><description>&lt;p&gt;Muito obrigado&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6269237" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6250476</link><pubDate>Thu, 05 Jun 2008 16:29:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6250476</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;Thanks So Much! &amp;nbsp;Maybe the error should be changed to Ambiguous Error Message Found, just to make things clear :-}&lt;/p&gt;
&lt;p&gt;Unfortunately Eran Sandler's blog is gone, but the duplicate name issue is also what i had.&lt;/p&gt;
&lt;p&gt;Thanks Again!&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6250476" width="1" height="1"&gt;</description></item><item><title>re: Ambiguous match found</title><link>http://weblogs.asp.net/pjohnson/archive/2006/08/11/Ambiguous-match-found.aspx#6159892</link><pubDate>Mon, 05 May 2008 17:03:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6159892</guid><dc:creator>BillyDvd</dc:creator><description>&lt;p&gt;HOLY COW BATMAN!!!!!!&lt;/p&gt;
&lt;p&gt;This came up as the first item in my google...&lt;/p&gt;
&lt;p&gt;Read it... THought Hmmmmmm....&lt;/p&gt;
&lt;p&gt;Went to my members drop down in the ide, and slowly scrolled down... and there it was same name just cased differently!!!! changed the one variable name and POW!! &amp;nbsp;running like a champ!!!!!!!&lt;/p&gt;
&lt;p&gt;THANK YOU !!!!!!!!!!!!!!!!!!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6159892" width="1" height="1"&gt;</description></item></channel></rss>