<?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: Resolving URL in ASP.net using Tilda (~)</title>
	<atom:link href="http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Mon, 23 Jan 2012 02:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: urbn</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-984</link>
		<dc:creator>urbn</dc:creator>
		<pubDate>Mon, 10 May 2010 01:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-984</guid>
		<description>I was looking into why an example code I was using also used the tilda.  Normally I try to expelectily write out file/link paths and was pretty curious as to why they were using it for their user controls.&lt;br&gt;&lt;br&gt;It turns out with .net server side controls when the app is compiled the tilda will be &quot;translated&quot; into a Request.ApplicationPath request from within the application project.&lt;br&gt;&lt;br&gt;This is why it wouldn&#039;t work without the runat=&quot;server&quot;.  Its because it only works on the server side and is translated correctly on compulation.&lt;br&gt;&lt;br&gt;Hope this helps, someone else out if their trying to figure out why exactly this works :).</description>
		<content:encoded><![CDATA[<p>I was looking into why an example code I was using also used the tilda.  Normally I try to expelectily write out file/link paths and was pretty curious as to why they were using it for their user controls.</p>
<p>It turns out with .net server side controls when the app is compiled the tilda will be &#8220;translated&#8221; into a Request.ApplicationPath request from within the application project.</p>
<p>This is why it wouldn&#39;t work without the runat=&#8221;server&#8221;.  Its because it only works on the server side and is translated correctly on compulation.</p>
<p>Hope this helps, someone else out if their trying to figure out why exactly this works :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-918</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-918</guid>
		<description>but that will make the link postback instead of being just a regular link.</description>
		<content:encoded><![CDATA[<p>but that will make the link postback instead of being just a regular link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matts</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-917</link>
		<dc:creator>Matts</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-917</guid>
		<description>Or just type &lt;a href=”~/folder/file.aspx” runat=&quot;server&quot; rel=&quot;nofollow&quot;&gt;click here&lt;/a&gt;. The runat-command will make &lt;a href=&quot;http://asp.net&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; to resolve the url.</description>
		<content:encoded><![CDATA[<p>Or just type <a href=”~/folder/file.aspx” runat="server" rel="nofollow">click here</a>. The runat-command will make <a href="http://asp.net" rel="nofollow">asp.net</a> to resolve the url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-659</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Wed, 24 Sep 2008 10:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-659</guid>
		<description>but that will make the link postback instead of being just a regular link.</description>
		<content:encoded><![CDATA[<p>but that will make the link postback instead of being just a regular link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matts</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-658</link>
		<dc:creator>Matts</dc:creator>
		<pubDate>Wed, 24 Sep 2008 08:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-658</guid>
		<description>Or just type &lt;a href=”~/folder/file.aspx” runat=&quot;server&quot;&gt;click here&lt;/a&gt;. The runat-command will make &lt;a href=&quot;http://asp.net&quot;&gt;asp.net&lt;/a&gt; to resolve the url.</description>
		<content:encoded><![CDATA[<p>Or just type <a href=”~/folder/file.aspx” runat="server">click here</a>. The runat-command will make <a href="http://asp.net">asp.net</a> to resolve the url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-09-12 &#171; dstelow notes&#8230;</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-652</link>
		<dc:creator>links for 2008-09-12 &#171; dstelow notes&#8230;</dc:creator>
		<pubDate>Fri, 12 Sep 2008 23:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-652</guid>
		<description>[...] Resolving URL in ASP.net using Tilda (~) &#124; Emad Ibrahim &#8230;a better solution – using ResolveClientUrl and it looks like this&#8230; (tags: dev dotnet aspnet) [...]</description>
		<content:encoded><![CDATA[<p>[...] Resolving URL in ASP.net using Tilda (~) | Emad Ibrahim &#8230;a better solution – using ResolveClientUrl and it looks like this&#8230; (tags: dev dotnet aspnet) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korayem</title>
		<link>http://www.emadibrahim.com/2007/01/05/resolving-url-in-aspnet-using-tilda/comment-page-1/#comment-603</link>
		<dc:creator>Korayem</dc:creator>
		<pubDate>Wed, 03 Sep 2008 01:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=5#comment-603</guid>
		<description>Nice find!</description>
		<content:encoded><![CDATA[<p>Nice find!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
