<?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>Arjarapu Blog Space &#187; ASP.NET</title>
	<atom:link href="http://www.arjarapu.com/blog/tag/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arjarapu.com/blog</link>
	<description>all about expressing your thoughts and ideas.</description>
	<lastBuildDate>Tue, 27 Dec 2011 18:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ektron: The Controls collection cannot be modified &#8230;</title>
		<link>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/</link>
		<comments>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 02:38:02 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Ektron]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=100</guid>
		<description><![CDATA[For the past couple of hours I have been banging my head and pulling my left over few strands of hair to figure out what&#8217;s wrong with my code causing the below exception. The Controls collection cannot be modified because &#8230; <a href="http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login failed for user &#8216;IIS APPPOOL\DefaultAppPool&#8217;.[EkSite-&gt;GetSiteVariables()]</title>
		<link>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/</link>
		<comments>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:56:18 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Ektron]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=69</guid>
		<description><![CDATA[If you are using the 'Integrated Security' for SQL login and got "Login failed for user 'IIS APPPOOL\DefaultAppPool'.[EkSite->GetSiteVariables()]" error then read more to find the solution.  <a href="http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.NET Reverse Stream Reader</title>
		<link>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/</link>
		<comments>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:03:47 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=31</guid>
		<description><![CDATA[Mostly we read files top to bottom. Should situation occurs that you have to read the file bottom to top, having StreamReader in Reverse Order would greatly help to get things done in optimized way. Since there aren't any built in class available in .NET, I wrote a code in C#.NET to full fill my requirement. It support StreamReader methods like Read, Read (to buffer), ReadLine, ReadToEnd but are limited to work only on ASCII flat files.

<!--more--> <a href="http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class is ambiguous in the namespace &#8211; Fixed</title>
		<link>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/</link>
		<comments>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 14:46:46 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=23</guid>
		<description><![CDATA[Last night, I slept early 10.45 PM, however wokeup @ 5.45 AM after having my regular # of sleep hours. I have tried my best to sleep for next couple of hours, as there is yet another long work day &#8230; <a href="http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Pisses me off one more time.</title>
		<link>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/</link>
		<comments>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 19:36:14 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=22</guid>
		<description><![CDATA[Today, I am very much pissed of Visual Studio 2005 wasting me 4 hours of worthful time and headache by the end of the day. I thought of making use of Source Safe features that comes with Team Suite for &#8230; <a href="http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should I use DataTable or NOT?</title>
		<link>http://www.arjarapu.com/blog/2005/12/should-i-use-datatable-or-not/</link>
		<comments>http://www.arjarapu.com/blog/2005/12/should-i-use-datatable-or-not/#comments</comments>
		<pubDate>Sat, 17 Dec 2005 06:23:58 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=15</guid>
		<description><![CDATA[Usually, when ever we need to show some data from Database to screen , we set DataGrid / GridView control&#8217;s datasource property to DataSet / DataTable object. If you were not using DataTable / DataSet as media to bind data &#8230; <a href="http://www.arjarapu.com/blog/2005/12/should-i-use-datatable-or-not/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2005/12/should-i-use-datatable-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SqlDataSource &#8211; Is it cool?</title>
		<link>http://www.arjarapu.com/blog/2005/12/sqldatasource-is-it-cool/</link>
		<comments>http://www.arjarapu.com/blog/2005/12/sqldatasource-is-it-cool/#comments</comments>
		<pubDate>Sun, 11 Dec 2005 01:41:19 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=13</guid>
		<description><![CDATA[ASP.NET 2.0 is cool but oh yes, its buggy. Just like other .NET application developers, I was very much excited about the ASP.NET 2.0 release. I scored a Visual Studio 2005 DVD from release launch event, organized in NYC. From &#8230; <a href="http://www.arjarapu.com/blog/2005/12/sqldatasource-is-it-cool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2005/12/sqldatasource-is-it-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

