<?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 HyperLink Control And Html Encoded Ampersand&#8217;s</title>
	<atom:link href="http://www.billrowell.com/2008/10/06/aspnet-hyperlink-control-and-htmlencoded-ampersands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billrowell.com/2008/10/06/aspnet-hyperlink-control-and-htmlencoded-ampersands/</link>
	<description>Rumblings of Code,  and Then Some...</description>
	<lastBuildDate>Wed, 28 Dec 2011 19:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.billrowell.com/2008/10/06/aspnet-hyperlink-control-and-htmlencoded-ampersands/comment-page-1/#comment-3120</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/?p=336#comment-3120</guid>
		<description>Hah, sorry about that.  Interesting that using the TEXT property does that.  I&#039;ll have to check it out as the solution I came up with had some not so good side effects.</description>
		<content:encoded><![CDATA[<p>Hah, sorry about that.  Interesting that using the TEXT property does that.  I&#8217;ll have to check it out as the solution I came up with had some not so good side effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.billrowell.com/2008/10/06/aspnet-hyperlink-control-and-htmlencoded-ampersands/comment-page-1/#comment-3119</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/?p=336#comment-3119</guid>
		<description>Hmm your page removed my code!

Anyway to clarify, don&#039;t use the TEXT property of the hyperlink.  Instead write out the text you need inside the opening and closing hyperlink tags.</description>
		<content:encoded><![CDATA[<p>Hmm your page removed my code!</p>
<p>Anyway to clarify, don&#8217;t use the TEXT property of the hyperlink.  Instead write out the text you need inside the opening and closing hyperlink tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.billrowell.com/2008/10/06/aspnet-hyperlink-control-and-htmlencoded-ampersands/comment-page-1/#comment-3118</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/?p=336#comment-3118</guid>
		<description>Hi Bill

Just had this problem myself.  After a bit of investigating it turns out that if you don&#039;t use the TEXT property of the AspHyperlink, things work as expected:

  Does not work:
  

  This does work:
  This &amp; That</description>
		<content:encoded><![CDATA[<p>Hi Bill</p>
<p>Just had this problem myself.  After a bit of investigating it turns out that if you don&#8217;t use the TEXT property of the AspHyperlink, things work as expected:</p>
<p>  Does not work:</p>
<p>  This does work:<br />
  This &amp; That</p>
]]></content:encoded>
	</item>
</channel>
</rss>

