<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jonezy.org &#187; c#</title>
	<atom:link href="http://www.jonezy.org/blog/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonezy.org/blog</link>
	<description>me and you and everyone we know</description>
	<lastBuildDate>Wed, 27 Jan 2010 03:58:06 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP Menu controls aren&#8217;t rendering correctly in google chrome</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2009/09/29/asp-menu-controls-arent-rendering-correctly-in-google-chrome/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:52:36 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=322</guid>
		<description><![CDATA[&#8220;ASP Menu controls aren&#8217;t rendering correctly in google chrome&#8221;
I did a search for this exact phrase about a month ago to solve a quirky problem that I encountered while using the built in asp:menu control that was introduced with version 2.0 of the framework.
I could go into a long explanation of how difficult it was [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;ASP Menu controls aren&#8217;t rendering correctly in google chrome&#8221;</em></p>
<p>I did a search for this exact phrase about a month ago to solve a quirky problem that I encountered while using the built in asp:menu control that was introduced with version 2.0 of the framework.</p>
<p>I could go into a long explanation of how difficult it was to find the solution to my problem but instead of doing that I am simply going to give you the solution, that&#8217;s all I wanted when I went searching and it took a long time to get it so here dear reader is the solution for you.</p>
<p>To the asp:Menu control render correctly in chrome (or safari) paste the following bit of code in your Page_Load event on every page that you use the control</p>
<pre>        if (Request.UserAgent.IndexOf("AppleWebKit") &gt; 0)
            Request.Browser.Adapters.Clear();</pre>
<p><a href="http://snipt.org/nTh" target="_blank">or grab it on snipt.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2009/09/29/asp-menu-controls-arent-rendering-correctly-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
