<?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>codemeit &#187; ASP.NET</title>
	<atom:link href="http://www.codemeit.com/tag/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VirtualPathProvider not working for static files under IIS 6</title>
		<link>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html</link>
		<comments>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=627</guid>
		<description><![CDATA[If  you have come across embedding the css, javascript and aspx into a separate dll as resources and the website will resolve them by read out from resources by using the custom VirtualPathProvider. One of the ASP.NET plugin architectures used this method and it works quite well. During the development with visual studio built-in development server, everything [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/virtualpathprovider-not-working-for-static-files-under-iis-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load file or assembly &#8216;App_Web</title>
		<link>http://www.codemeit.com/not-working/could-not-load-file-or-assembly-app_web.html</link>
		<comments>http://www.codemeit.com/not-working/could-not-load-file-or-assembly-app_web.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:41:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NotWorking]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/?p=166</guid>
		<description><![CDATA[The error I had was Could not load file or assembly &#8216;App_Web_dos8lyc_, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null&#8217; or one of its dependencies. The system cannot find the file specified. The quick fix is to delete all the files under C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files Haven&#8217;t tried any official hotfix yet.]]></description>
		<wfw:commentRss>http://www.codemeit.com/not-working/could-not-load-file-or-assembly-app_web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET:Get values of dynamically added controls.</title>
		<link>http://www.codemeit.com/code-collection/aspnetget-values-of-dynamically-added-controls.html</link>
		<comments>http://www.codemeit.com/code-collection/aspnetget-values-of-dynamically-added-controls.html#comments</comments>
		<pubDate>Tue, 04 Mar 2008 23:44:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Notes]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Pipeline]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/code-collection/aspnetget-values-of-dynamically-added-controls.html</guid>
		<description><![CDATA[At the stage of OnInit, all control objects are performing initialization, if added controls were not initialized at this stage, and even though the postback data contain the values of those controls, you won&#8217;t be able to obtain the user inputed values of those controls at later stage. e.g. PageLoad, OnClickHandler method. In order to [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/code-collection/aspnetget-values-of-dynamically-added-controls.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
