<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>KaushaL.NET</title>
	<atom:link href="http://kaushalparik.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaushalparik.wordpress.com</link>
	<description>{ a .net developer's blog; }</description>
	<lastBuildDate>Thu, 23 Dec 2010 21:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kaushalparik.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>KaushaL.NET</title>
		<link>http://kaushalparik.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kaushalparik.wordpress.com/osd.xml" title="KaushaL.NET" />
	<atom:link rel='hub' href='http://kaushalparik.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Part 2: LINQ Tips &amp; Tricks [Things to get you started efficiently]</title>
		<link>http://kaushalparik.wordpress.com/2010/12/23/part-2-linq-tips-tricks-things-to-get-you-started-efficiently/</link>
		<comments>http://kaushalparik.wordpress.com/2010/12/23/part-2-linq-tips-tricks-things-to-get-you-started-efficiently/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 21:40:18 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Code Snippets]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[DataContext]]></category>
		<category><![CDATA[DataLoadOptions]]></category>
		<category><![CDATA[Deferred Queries]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[ExecuteDynamicDelete]]></category>
		<category><![CDATA[ExecuteDynamicInsert]]></category>
		<category><![CDATA[ExecuteDynamicUpdate]]></category>
		<category><![CDATA[IEnumerable]]></category>
		<category><![CDATA[IQueryable]]></category>
		<category><![CDATA[kaushal.net]]></category>
		<category><![CDATA[KaushalParik]]></category>
		<category><![CDATA[kaushalparik27]]></category>
		<category><![CDATA[LinQ]]></category>
		<category><![CDATA[LINQ Tips]]></category>
		<category><![CDATA[LINQ Tips & Tricks]]></category>
		<category><![CDATA[Linq To SQL]]></category>
		<category><![CDATA[LoadWith]]></category>
		<category><![CDATA[ObjectTrackingEnabled]]></category>
		<category><![CDATA[Skip method]]></category>
		<category><![CDATA[Stored Procedures return type int]]></category>
		<category><![CDATA[Take method]]></category>
		<category><![CDATA[Translate method]]></category>
		<category><![CDATA[UpdateCheck]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=181</guid>
		<description><![CDATA[This blog entry is in continuation with my first post on Part 1: LINQ Tips &#38; Tricks [Things to get you started efficiently] Continuing to share some other important tips that you can take care of while developing with LINQ. [9] Loading Options while working with tables in Relationships You always need to struggle for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=181&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog entry is in continuation with my first post on <a title="LINQ Tips &amp; Tricks [Things to get you started efficiently]" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/12/23/part-1-linq-tips-amp-tricks-things-to-get-you-started-efficiently.aspx" target="_blank">Part 1: LINQ Tips &amp; Tricks [Things to get you started efficiently]</a></p>
<p>Continuing to share some other important tips that you can take care of while developing with LINQ.</p>
<p><strong>[9] Loading Options while working with tables in Relationships</strong></p>
<p>You always need to struggle for performance as a LINQ Developer; perhaps  because to understand better how internal mechanism works.</p>
<pre>using (BEDataContext context = new BEDataContext())
{
    var customers = from cust in context.Customers
                    select cust;
    foreach (var customer in customer)
        Response.Write(customer.CustomerAddresses.Count().ToString());
}
</pre>
<p><a title="Part 2: LINQ Tips &amp; Tricks [Things to get you started efficiently]" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/12/23/part-2-linq-tips-amp-tricks-things-to-get-you-started-efficiently.aspx" target="_blank"><span style="text-decoration:underline;"><strong>Read More&#8230; </strong></span></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=181&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2010/12/23/part-2-linq-tips-tricks-things-to-get-you-started-efficiently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>Part 1: LINQ Tips &amp; Tricks [Things to get you started efficiently]</title>
		<link>http://kaushalparik.wordpress.com/2010/12/22/part-1-linq-tips-tricks-things-to-get-you-started-efficiently/</link>
		<comments>http://kaushalparik.wordpress.com/2010/12/22/part-1-linq-tips-tricks-things-to-get-you-started-efficiently/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 04:55:11 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Code Snippets]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[CAST]]></category>
		<category><![CDATA[DataContext]]></category>
		<category><![CDATA[Deferred Queries]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[IEnumerable]]></category>
		<category><![CDATA[IQueryable]]></category>
		<category><![CDATA[kaushal.net]]></category>
		<category><![CDATA[KaushalParik]]></category>
		<category><![CDATA[kaushalparik27]]></category>
		<category><![CDATA[LinQ]]></category>
		<category><![CDATA[LINQ Tips]]></category>
		<category><![CDATA[LINQ Tips & Tricks]]></category>
		<category><![CDATA[Linq To SQL]]></category>
		<category><![CDATA[LinqPad]]></category>
		<category><![CDATA[OfType]]></category>
		<category><![CDATA[var keyword]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=178</guid>
		<description><![CDATA[While my development with LINQ I got around some helps, links, small tips and tricks which makes life much easier, improves query formulation capabilities and speedup the program execute performance. Here I am sharing some of the tips I found as a LINQ Developer. [1] Use the var Keyword When Confused Use var keyword as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=178&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While my development with LINQ I got around some helps, links, small  tips and tricks which makes life much easier, improves query formulation  capabilities and speedup the program execute performance. Here I am  sharing some of the tips I found as a LINQ <a id="KonaLink0" href="http://dotnetslackers.com/Community/blogs/kaushalparik/default.aspx#" target="undefined"><span style="color:#0000c8;">Developer</span></a>.</p>
<p><strong>[1] Use the var Keyword When Confused</strong></p>
<p>Use var keyword as return type especially when you are capturing  sequence of anonymous classes. For example, joining of 2 tables and  retrieving a sequence of records containing (some/few) fields of both  the tables. I appreciate the developers who understand and know exactly  what data type is contained in the sequence they are retrieving. But,  anyhow you get stuck and don’t know the sequence IEnumerable&lt;T&gt;  holds what data type T; then var is the good choice.</p>
<p>&nbsp;</p>
<p><a title="Part 1: LINQ Tips &amp; Tricks [Things to get you started efficiently]" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/12/23/part-1-linq-tips-amp-tricks-things-to-get-you-started-efficiently.aspx" target="_blank"><strong>Read More&#8230;</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=178&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2010/12/22/part-1-linq-tips-tricks-things-to-get-you-started-efficiently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create DotNetNuke(DNN) Scheduler</title>
		<link>http://kaushalparik.wordpress.com/2010/05/21/how-to-create-dotnetnukednn-scheduler/</link>
		<comments>http://kaushalparik.wordpress.com/2010/05/21/how-to-create-dotnetnukednn-scheduler/#comments</comments>
		<pubDate>Sat, 22 May 2010 04:54:07 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[create dnn schedule]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[DNN Scheduler]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[DotNetNuke Scheduler]]></category>
		<category><![CDATA[DotNetNuke; DNN 5.0; dnn custom module css classes; dotnetnuke skinning; how to install dotnetnuke]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[disconnected process]]></category>
		<category><![CDATA[DNN 5.0]]></category>
		<category><![CDATA[How to create dnn scheduler]]></category>
		<category><![CDATA[how to create dotnetnuke scheduler]]></category>
		<category><![CDATA[kaushal.net]]></category>
		<category><![CDATA[KaushalParik]]></category>
		<category><![CDATA[kaushalparik27]]></category>
		<category><![CDATA[scheduler in dnn]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=169</guid>
		<description><![CDATA[Did you ever need to write disconnected process which should be run at a defined interval time? Commonly, when we are in such need &#8211; we use to write window service which is based on some timer mechanism where we set some interval for the timer and in its elapsed method we execute the process [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=169&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Did you ever need to write disconnected process which should be run at a defined interval time? Commonly, when we are in such need &#8211; we use to write window service which is based on some timer mechanism where we set some interval for the timer and in its elapsed method we execute the process we want to run at defined interval.</p>
<p>When you work with DotNetNuke and you come across with such functionality that need tobe implemented &#8211; you can consider creating &#8220;DotNetNuke Scheduler&#8221;. While creating a DNN Scheduler &#8211; you are actually creating a simple class library which would be built and hosted in the DNN Schedule environment to be executed at the defined interval time.</p>
<p>The possible scenario in which one need to look at such schedule functionality is:<br />
[1] You may need to send some set of fixed newletter everyday at defiend time to your customers.<br />
[2] You may need to read some of third party product feed to read regular update and modify your product database.<br />
[3] You may need to send some system generated reports to your third party vendor at some regular intervals.</p>
<p><a title="How to create DotNetNuke(DNN) Scheduler" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/05/11/how-to-create-dotnetnuke-dnn-scheduler.aspx" target="_blank"><strong>Read More&#8230;</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=169&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2010/05/21/how-to-create-dotnetnukednn-scheduler/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>How would you create a perfect DotNetNuke (DNN) Environment/Installation</title>
		<link>http://kaushalparik.wordpress.com/2010/04/28/how-would-you-create-a-perfect-dotnetnuke-dnn-environmentinstallation/</link>
		<comments>http://kaushalparik.wordpress.com/2010/04/28/how-would-you-create-a-perfect-dotnetnuke-dnn-environmentinstallation/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 07:06:07 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[DNN Custom Module Development]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[DotNetNuke; DNN 5.0; dnn custom module css classes; dotnetnuke skinning; how to install dotnetnuke]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=166</guid>
		<description><![CDATA[Today, I am going to describe complete process of creating a perfect DotNetNuke Environment or say how would you install DNN Site (whether install or source version). I am going to use most latest and stable 05.04.00 install version of DotNetNuke. To download the source/install version you need to have login/account at official DotNetNuke site. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=166&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I am going to describe complete process of creating a perfect DotNetNuke Environment or say how would you install DNN Site (whether install or source version). I am going to use most latest and stable 05.04.00 install version of DotNetNuke.  To download the source/install version you need to have login/account at official DotNetNuke site. Once you login; you would go to Download page where you can select “Community” Edition to download. There are 2 variations in DotNetNuke that you would find there. One is Community Edition and other is “Professional” edition. You can install DotNetNuke via downloading “Microsoft Web Platform Installer” that is available on the same page. This installer additionally provides you other valuable resources to install as well. For more information on Web Platform you would get here &#8211; http://www.microsoft.com/web/default.aspx, Otherwise, you may click on the “Older version” link which would redirect you to the version track page at “Codeplex” site. You would find the total “Release Track/History” at the right hand side. I have selected most stable install version to download.</p>
<p><a title="How would you create a perfect DotNetNuke (DNN) Environment/Installation" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/04/28/how-would-you-create-a-perfect-dotnetnuke-dnn-environment-installation.aspx" target="_blank"><strong>Read More..</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=166&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2010/04/28/how-would-you-create-a-perfect-dotnetnuke-dnn-environmentinstallation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>DotNetNuke &#8211; Where do you write your application CSS?</title>
		<link>http://kaushalparik.wordpress.com/2010/04/27/dotnetnuke-where-do-you-write-your-application-css/</link>
		<comments>http://kaushalparik.wordpress.com/2010/04/27/dotnetnuke-where-do-you-write-your-application-css/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 01:58:32 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[DNN Custom Module Development]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=164</guid>
		<description><![CDATA[after Long time&#8230;. back in the community finally&#8230; I was working in DNN application since I used to add css classes as and when I need to add which are related to specific my custom dnn modules. Initially, I used to add those classes in MinimulExtropy skin css file. But, as time goes.. it grows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=164&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>after Long time&#8230;. back in the community finally&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I was working in DNN application since I used to add css classes as  and when I need to add which are related to specific my custom dnn  modules. Initially, I used to add those classes in MinimulExtropy skin  css file. But, as time goes.. it grows in size and there are situations  when skin tend to change everytime (because some skin related issues or  client didnt like it). Sp, everytime when any skin got changed I need to  manually &#8220;copy&#8221; and &#8220;paste&#8221; those application (related to custom <a id="KonaLink0" href="http://dotnetslackers.com/community/blogs/kaushalparik/#" target="undefined"><span style="color:#0000c8;">desktop</span></a> modules) css  classes in to the targetted skin folder&#8217;s css files. Because, somehow  AFAIK dnn doesn&#8217;t support App_Theme folder or .skin files (because of  its skin architecture).</p>
<p><a title="DotNetNuke - Where do you write your application CSS?" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2010/04/27/dotnetnuke-where-do-you-write-your-application-css.aspx" target="_blank"><strong>Read More&#8230;</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=164&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2010/04/27/dotnetnuke-where-do-you-write-your-application-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>Tried first video on youtube</title>
		<link>http://kaushalparik.wordpress.com/2009/06/15/tried-first-video-on-youtube/</link>
		<comments>http://kaushalparik.wordpress.com/2009/06/15/tried-first-video-on-youtube/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:44:26 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=162</guid>
		<description><![CDATA[I give a try with windows live movie maker &#62; http://www.youtube.com/watch?v=QEjTZtQ_oqM hope you like it (also wish to make you think!)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=162&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I give a try with windows live movie maker &gt; <a href="http://www.youtube.com/watch?v=QEjTZtQ_oqM" target="_blank">http://www.youtube.com/watch?v=QEjTZtQ_oqM</a></p>
<p>hope you like it (also wish to make you think!)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=162&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2009/06/15/tried-first-video-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>pooh&#8230; is that really u?</title>
		<link>http://kaushalparik.wordpress.com/2009/05/21/pooh-is-that-really-u/</link>
		<comments>http://kaushalparik.wordpress.com/2009/05/21/pooh-is-that-really-u/#comments</comments>
		<pubDate>Fri, 22 May 2009 04:33:36 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=152</guid>
		<description><![CDATA[Just look at what I found from my MCA II Sem CONM book&#8230; <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=152&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just look at what I found from my MCA II Sem CONM book&#8230;  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="KaushaL" src="http://dotnetslackers.com/Community/blogs/kaushalparik/pooja/P1000165.JPG" alt="" width="162" height="228" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=152&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2009/05/21/pooh-is-that-really-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>

		<media:content url="http://dotnetslackers.com/Community/blogs/kaushalparik/pooja/P1000165.JPG" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>File download problem: filename with spaces truncated in FF and replaced by underscore in IE</title>
		<link>http://kaushalparik.wordpress.com/2009/05/07/file-download-problem-filename-with-spaces-truncated-in-ff-and-replaced-by-underscore-in-ie/</link>
		<comments>http://kaushalparik.wordpress.com/2009/05/07/file-download-problem-filename-with-spaces-truncated-in-ff-and-replaced-by-underscore-in-ie/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:06:14 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Code Snippets]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cross Browser Compatibility]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[file download]]></category>
		<category><![CDATA[file download in asp.net]]></category>
		<category><![CDATA[filename with spaces are replaced with underscore in IE]]></category>
		<category><![CDATA[filename with spaces truncated in IE]]></category>
		<category><![CDATA[Kaushal]]></category>
		<category><![CDATA[KaushalParik]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=145</guid>
		<description><![CDATA[This is a mere note to remember for future rather than a blog entry. While I am working on code to download file from server. I write below code: { int ChunkSize = 10000; string sFileFullPath = Server.MapPath("New Text Document.txt"); System.IO.FileInfo toDownload = new System.IO.FileInfo(sFileFullPath); if (System.IO.File.Exists(sFileFullPath)) { Response.Clear(); using (FileStream iStream = System.IO.File.OpenRead(sFileFullPath)) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=145&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;">This         is a mere note to remember for future rather than a blog entry. While I am working         on code to download file from server. I write below code:</span></span></p>
<p><span></p>
<pre class="csharpcode">        {
            int ChunkSize = 10000;
            string sFileFullPath = Server.MapPath("New Text Document.txt");
            System.IO.FileInfo toDownload = new System.IO.FileInfo(sFileFullPath);
            if (System.IO.File.Exists(sFileFullPath))
            {
                Response.Clear();
                using (FileStream iStream = System.IO.File.OpenRead(sFileFullPath))
                {
                    long dataLengthToRead = iStream.Length;
                    Byte[] buffer = new Byte[dataLengthToRead];
                    Response.ContentType = "application/octet-stream";
                    Response.AddHeader("Content-Disposition", "attachment; filename=" + filename);
                    while (ChunkSize &gt; 0 &amp;&amp; Response.IsClientConnected)
                    {
                        if (ChunkSize &gt; dataLengthToRead)
                        {
                            ChunkSize = int.Parse(dataLengthToRead.ToString());
                        }
                        int lengthRead = iStream.Read(buffer, 0, ChunkSize);
                        Response.OutputStream.Write(buffer, 0, lengthRead);
                        Response.Flush();
                        dataLengthToRead = dataLengthToRead - lengthRead;
                    }
                }
                Response.Close();
                Response.End();
            }
            else
            {
                this.Page.ClientScript.RegisterStartupScript(GetType(), "ShowMessage", "&lt;script language='javascript'&gt;alert('No Files Available');&lt;/script&gt;");
            }
        }</pre>
<p></span></p>
<p style="margin-bottom:0;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;"><span style="color:#000000;">When I ran the application I found that the file which I         need to download was containing spaces in its name like “New Text Document.txt”.</span></span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;"><span style="color:#000000;"><span style="text-decoration:underline;">The problem is</span></span><span style="color:#000000;">:</span></span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;"><span style="color:#000000;"><a title="File download problem: filename with spaces truncated in FF and replaced by underscore in IE" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2009/05/06/file-download-problem-filename-with-spaces-truncated-in-ff-and-replaced-by-underscore-in-ie.aspx" target="_blank"><span style="text-decoration:underline;"><strong>Read More</strong></span></a>&#8230;<br />
</span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=145&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2009/05/07/file-download-problem-filename-with-spaces-truncated-in-ff-and-replaced-by-underscore-in-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>OnKeyPress event &#8211; event.keyCode and event.which (validating for numarics)</title>
		<link>http://kaushalparik.wordpress.com/2009/05/05/onkeypress-event-eventkeycode-and-eventwhich-validating-for-numarics/</link>
		<comments>http://kaushalparik.wordpress.com/2009/05/05/onkeypress-event-eventkeycode-and-eventwhich-validating-for-numarics/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:26:31 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cross Browser Compatibility]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[event.keyCode]]></category>
		<category><![CDATA[event.which]]></category>
		<category><![CDATA[javascript numeric validation]]></category>
		<category><![CDATA[Kaushal]]></category>
		<category><![CDATA[KaushalParik]]></category>
		<category><![CDATA[Keypress event]]></category>
		<category><![CDATA[validating numeric entries]]></category>
		<category><![CDATA[window.event.keyCode]]></category>
		<category><![CDATA[window.event.which]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/?p=142</guid>
		<description><![CDATA[I am trying to validate textbox for numeric entry, while I added this code to accomplish in page_load event: textbox.Attributes.Add(&#8220;onkeypress&#8221;, &#8220;return (window.event.keyCode == 45 &#124;&#124; window.event.keyCode == 13 &#124;&#124; window.event.keyCode == 8 &#124;&#124; window.event.keyCode == 9 &#124;&#124; window.event.keyCode == 189 &#124;&#124; window.event.keyCode == 109 &#124;&#124; (window.event.keyCode &#62;= 48 &#38;&#38; window.event.keyCode &#60;= 58) )&#8221;); It worked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=142&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom:0;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;">I am trying to validate textbox for numeric entry, while I added this code to accomplish in page_load event:</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:medium;"><span>textbox.Attributes.Add(</span><span style="color:#a31515;"><span>&#8220;onkeypress&#8221;</span></span><span style="color:#000000;"><span>, </span></span><span style="color:#a31515;"><span>&#8220;return (window.event.keyCode == 45 || window.event.keyCode == 13 || window.event.keyCode == 8 || window.event.keyCode == 9 || window.event.keyCode == 189 || window.event.keyCode == 109 || (window.event.keyCode &gt;= 48 &amp;&amp; window.event.keyCode &lt;= 58) )&#8221;</span></span><span style="color:#000000;"><span>);</span></span></span></span></p>
<p><span style="color:#000000;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;"><span>It worked fine in IE7 and IE8, but it didnt work for FF though. A bit googling gave me conclusion that&#8230;.</span></span></span></span></p>
<p><span style="color:#000000;"><span style="font-family:Calibri,sans-serif;"><span style="font-size:medium;"><span><a title="OnKeyPress event - event.keyCode and event.which (validating for numarics)" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2009/05/05/onkeypress-event-event-keycode-and-event-which-validating-for-numarics.aspx" target="_blank"><span style="text-decoration:underline;"><strong>Read More</strong></span></a>&#8230;<br />
</span></span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=142&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2009/05/05/onkeypress-event-eventkeycode-and-eventwhich-validating-for-numarics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
		<item>
		<title>DotNetNuke &#8211; Invalid URI: The hostname could not be parsed error</title>
		<link>http://kaushalparik.wordpress.com/2009/05/04/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed-error/</link>
		<comments>http://kaushalparik.wordpress.com/2009/05/04/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed-error/#comments</comments>
		<pubDate>Mon, 04 May 2009 10:19:43 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[DNN 5.0]]></category>
		<category><![CDATA[hostname could not be parsed]]></category>
		<category><![CDATA[invalid uri]]></category>

		<guid isPermaLink="false">http://kaushalparik.wordpress.com/2009/05/04/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed-error/</guid>
		<description><![CDATA[Generally, I would like to blog post any errors that I face duing development. So that it would be helpful to me for my future reference in case I face it again as well as for the sake of any blog readers who may face same error. Talking about the error &#8220;Invalid URI: The hostname [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=141&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Generally, I would like to blog post any errors that I face duing development. So that it would be helpful to me for my future reference in case I face it again as well as for the sake of any blog readers who may face same error.</p>
<p>Talking about the error &#8220;Invalid URI: The hostname could not be parsed error&#8221;: This the same and common error I faced previously some times back and which I also stated in my blog entry <strong><a title="DotNetNuke - Invalid URI: The hostname could not be parsed error" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2008/07/05/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed.aspx" target="_blank">DotNetNuke &#8211; Invalid URI: The hostname could not be parsed</a></strong></p>
<p>This time I was about to run a DNN application which is configured from my local server to live application server when I faced the same error. I tried the same work-a-round which I stated in my previous blog entry. But, this time that didn&#8217;t work even after investing some hrs investigation.</p>
<p><a title="DotNetNuke - Invalid URI: The hostname could not be parsed error" href="http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2009/04/27/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed-error.aspx" target="_blank"><span style="text-decoration:underline;"><strong>Read More</strong></span></a>&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalparik.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalparik.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalparik.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaushalparik.wordpress.com&amp;blog=3845919&amp;post=141&amp;subd=kaushalparik&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaushalparik.wordpress.com/2009/05/04/dotnetnuke-invalid-uri-the-hostname-could-not-be-parsed-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c3927746d0ae58bf1052fb14669ac641?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">KaushaL</media:title>
		</media:content>
	</item>
	</channel>
</rss>
