


<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASP.NET Gravatar Control Update &#8211; Full Source Included</title>
	<atom:link href="http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 20:11:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-11913</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-11913</guid>
		<description>Hi Mr.Cantus - I use the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.security.cryptography.md5.aspx&quot; rel=&quot;nofollow&quot;&gt;standard .NET MD5 class&lt;/a&gt;, to be found in the System.Security.Cryptography namespace.</description>
		<content:encoded><![CDATA[<p>Hi Mr.Cantus &#8211; I use the <a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.md5.aspx" rel="nofollow">standard .NET MD5 class</a>, to be found in the System.Security.Cryptography namespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-11912</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-11912</guid>
		<description>Thanks for the contribution to the discussion SullivanDavid - it&#039;s appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the contribution to the discussion SullivanDavid &#8211; it&#8217;s appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SullivanDavid</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-11804</link>
		<dc:creator>SullivanDavid</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-11804</guid>
		<description>Great control. I added a bool property UseSSL the defaults to false. Just after the declaration of string imgUrl, I added:

// if we use the secure URL for SSL:
if (UseSSL)
{
imageUrl = “https://secure.gravatar.com/avatar.php?”;
}

Now I can use it on secure (https) sites without the IE security warning.</description>
		<content:encoded><![CDATA[<p>Great control. I added a bool property UseSSL the defaults to false. Just after the declaration of string imgUrl, I added:</p>
<p>// if we use the secure URL for SSL:<br />
if (UseSSL)<br />
{<br />
imageUrl = “https://secure.gravatar.com/avatar.php?”;<br />
}</p>
<p>Now I can use it on secure (https) sites without the IE security warning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Cantus</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-10572</link>
		<dc:creator>Mr.Cantus</dc:creator>
		<pubDate>Thu, 21 Jan 2010 06:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-10572</guid>
		<description>very good. but i want to ask you, which md5 you use?</description>
		<content:encoded><![CDATA[<p>very good. but i want to ask you, which md5 you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King Wilder</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-6408</link>
		<dc:creator>King Wilder</dc:creator>
		<pubDate>Sat, 19 Sep 2009 01:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-6408</guid>
		<description>I just tried your control on my ASP.NET MVC application is it works flawlessly!  Great job!  When I&#039;m done with the site you&#039;ll be added to the contributors. (By the way, it&#039;s not being used on MVC Starter Kits)  Thanks.</description>
		<content:encoded><![CDATA[<p>I just tried your control on my ASP.NET MVC application is it works flawlessly!  Great job!  When I&#8217;m done with the site you&#8217;ll be added to the contributors. (By the way, it&#8217;s not being used on MVC Starter Kits)  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-6334</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-6334</guid>
		<description>Thanks for this, worked a treat.</description>
		<content:encoded><![CDATA[<p>Thanks for this, worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-5961</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 14 Aug 2009 08:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-5961</guid>
		<description>@Ezequiel - Sorry to hear that you&#039;re having problems with the control.

I tried putting the control in a formview, and couldn&#039;t reproduce the error you mention.

Just to let you know, I created an object data source, which exposed several email addresses.  This object data source was the data source for the form view control, and this form view control had a Gravatar control in it.  I was able to page through the records without an issue.

Would you mind going into a little more detail?</description>
		<content:encoded><![CDATA[<p>@Ezequiel &#8211; Sorry to hear that you&#8217;re having problems with the control.</p>
<p>I tried putting the control in a formview, and couldn&#8217;t reproduce the error you mention.</p>
<p>Just to let you know, I created an object data source, which exposed several email addresses.  This object data source was the data source for the form view control, and this form view control had a Gravatar control in it.  I was able to page through the records without an issue.</p>
<p>Would you mind going into a little more detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel Bertti</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-5937</link>
		<dc:creator>Ezequiel Bertti</dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-5937</guid>
		<description>BIG ERROR!!!

System.Exception: Email should not be null or empty

But is not empty or NULL!!! this exception is throw when button click event is fired in FORMVIEW

i did go in degug to see if have email and it is there!!! please, help me...</description>
		<content:encoded><![CDATA[<p>BIG ERROR!!!</p>
<p>System.Exception: Email should not be null or empty</p>
<p>But is not empty or NULL!!! this exception is throw when button click event is fired in FORMVIEW</p>
<p>i did go in degug to see if have email and it is there!!! please, help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad Suliman</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-3112</link>
		<dc:creator>Amgad Suliman</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-3112</guid>
		<description>Thank you, I was looking for this code.</description>
		<content:encoded><![CDATA[<p>Thank you, I was looking for this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Weston</title>
		<link>http://www.freshclickmedia.com/blog/2008/06/aspnet-gravatar-control-update-full-source-included/comment-page-1/#comment-3067</link>
		<dc:creator>Paul Weston</dc:creator>
		<pubDate>Tue, 06 Jan 2009 21:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.freshclickmedia.com/?p=88#comment-3067</guid>
		<description>Thanks Shane for this control, and thanks Kenneth for posting the solution to the viewstate problem.</description>
		<content:encoded><![CDATA[<p>Thanks Shane for this control, and thanks Kenneth for posting the solution to the viewstate problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
