<?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 2.0 name mangling</title>
	<atom:link href="http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/feed/" rel="self" type="application/rss+xml" />
	<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/</link>
	<description>Where Uzairs Roam</description>
	<lastBuildDate>Mon, 23 Jan 2012 00:32:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: web agency</title>
		<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/comment-page-1/#comment-40242</link>
		<dc:creator>web agency</dc:creator>
		<pubDate>Sat, 26 Feb 2011 09:38:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-40242</guid>
		<description>&lt;p&gt;http://article-marketing-free.blogspot.com/2011/02/realizzare-un-sito-multilingua.html Thanks for that awesome posting. It saved MUCH time :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://article-marketing-free.blogspot.com/2011/02/realizzare-un-sito-multilingua.html" rel="nofollow">http://article-marketing-free.blogspot.com/2011/02/realizzare-un-sito-multilingua.html</a> Thanks for that awesome posting. It saved MUCH time :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weblog name - StartTags.com</title>
		<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/comment-page-1/#comment-38203</link>
		<dc:creator>weblog name - StartTags.com</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:54:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-38203</guid>
		<description>&lt;p&gt;[...] a hard time for naming his brand new weblog Brand New Weblog in view of my Vitamin article. ...ASP.NET 2.0 name mangling at Uzair&#039;s WeblogTechnically, it&#039;s not mangling; VS .NET is qualifying the element name to prevent name clashes. ... [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] a hard time for naming his brand new weblog Brand New Weblog in view of my Vitamin article. &#8230;ASP.NET 2.0 name mangling at Uzair&#39;s WeblogTechnically, it&#39;s not mangling; VS .NET is qualifying the element name to prevent name clashes. &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaming of controls in Asp.Net 2 &#124; keyongtech</title>
		<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/comment-page-1/#comment-31392</link>
		<dc:creator>Renaming of controls in Asp.Net 2 &#124; keyongtech</dc:creator>
		<pubDate>Thu, 22 Jan 2009 07:44:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-31392</guid>
		<description>&lt;p&gt;[...] Renaming of controls in Asp.Net 2     Hi -- take a look at this:  http://uzair.nairang.org/articles/20...-name-mangling  Cheers,  Syed  *** Sent via Developersdex http://www.developersdex.com [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Renaming of controls in Asp.Net 2     Hi &#8212; take a look at this:  <a href="http://uzair.nairang.org/articles/20...-name-mangling" rel="nofollow">http://uzair.nairang.org/articles/20&#8230;-name-mangling</a>  Cheers,  Syed  *** Sent via Developersdex <a href="http://www.developersdex.com" rel="nofollow">http://www.developersdex.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrush</title>
		<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/comment-page-1/#comment-15504</link>
		<dc:creator>jrush</dc:creator>
		<pubDate>Mon, 02 Jul 2007 22:09:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-15504</guid>
		<description>&lt;p&gt;Sorry that didn&#039;t convert over :&lt;/p&gt;

&lt;p&gt;var menuID = &quot;&lt;%=MainMenu.ClientID%&gt;_tblMenuBar&quot;;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry that didn&#8217;t convert over :</p>
<p>var menuID = &#8220;&lt;%=MainMenu.ClientID%&gt;_tblMenuBar&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrush</title>
		<link>http://uzair.nairang.org/articles/2005/10/14/asp-net-2-0-name-mangling/comment-page-1/#comment-15503</link>
		<dc:creator>jrush</dc:creator>
		<pubDate>Mon, 02 Jul 2007 22:06:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-15503</guid>
		<description>&lt;p&gt;Well I just set this in my JS like so:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;_tblMenuBar&quot;;
// --&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But I&#039;ve been very pissed off that MS did this. It would have taken very little effort to track the element IDs a diff way. Not only have they made it difficult to use getElementById (a staple in JS), but they hosed us when using #elementID in CSS. What were they thinking? Obviously they didn&#039;t. Thanks Microsoft - way to backtrack&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well I just set this in my JS like so:</p>
<pre><code>_tblMenuBar";
// --&amp;gt;
</code></pre>
<p>But I&#8217;ve been very pissed off that MS did this. It would have taken very little effort to track the element IDs a diff way. Not only have they made it difficult to use getElementById (a staple in JS), but they hosed us when using #elementID in CSS. What were they thinking? Obviously they didn&#8217;t. Thanks Microsoft &#8211; way to backtrack</p>
]]></content:encoded>
	</item>
</channel>
</rss>

