<?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/"
	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>Comments for Code Simplified - Viral Sarvaiya</title>
	<atom:link href="http://codesimplified.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codesimplified.com</link>
	<description>Code Simplified - Viral Sarvaiya, Web Developer Friends, dot net Developer, Sql Server Developer</description>
	<lastBuildDate>Fri, 03 May 2013 03:47:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on The &#8220;CreateRiaClientFilesTask&#8221; task failed unexpectedly by Edison</title>
		<link>http://codesimplified.com/2012/02/14/the-createriaclientfilestask-task-failed-unexpectedly/#comment-40664</link>
		<dc:creator><![CDATA[Edison]]></dc:creator>
		<pubDate>Fri, 03 May 2013 03:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=950#comment-40664</guid>
		<description><![CDATA[Error --&gt; &quot;The createriaclientfilestask task failed unexpectedly&quot;

VS 2010

Framework 3.5

Agregar IIS 

SQL 2005 Full

Microsoft Silverlight 4 Developer Runtime

Microsoft Silverlight 4 Tools for Visual Studio 2010

Microsoft Silverlight 4 SDK

Microsoft Silverlight 4 Tools Package

WCF RIA Services RC

Telerik; 


Tuve el problema por 2 semanas; la solución, en le menú de vs2010 actualizé telerik y listo funcionado

I had the problem for 2 weeks, the solution, we un updating vs2010 telerik menu and ready worked]]></description>
		<content:encoded><![CDATA[<p>Error &#8211;&gt; &#8220;The createriaclientfilestask task failed unexpectedly&#8221;</p>
<p>VS 2010</p>
<p>Framework 3.5</p>
<p>Agregar IIS </p>
<p>SQL 2005 Full</p>
<p>Microsoft Silverlight 4 Developer Runtime</p>
<p>Microsoft Silverlight 4 Tools for Visual Studio 2010</p>
<p>Microsoft Silverlight 4 SDK</p>
<p>Microsoft Silverlight 4 Tools Package</p>
<p>WCF RIA Services RC</p>
<p>Telerik; </p>
<p>Tuve el problema por 2 semanas; la solución, en le menú de vs2010 actualizé telerik y listo funcionado</p>
<p>I had the problem for 2 weeks, the solution, we un updating vs2010 telerik menu and ready worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The &#8220;CreateRiaClientFilesTask&#8221; task failed unexpectedly by Edison</title>
		<link>http://codesimplified.com/2012/02/14/the-createriaclientfilestask-task-failed-unexpectedly/#comment-40663</link>
		<dc:creator><![CDATA[Edison]]></dc:creator>
		<pubDate>Fri, 03 May 2013 03:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=950#comment-40663</guid>
		<description><![CDATA[The createriaclientfilestask task failed unexpectedly

I had the problem for 2 weeks in vs2010 will un updating telerik menu and ready worked

Tuve el problema por 2 semas en le menu de vs2010 actualicé teleric y listo funcionado.]]></description>
		<content:encoded><![CDATA[<p>The createriaclientfilestask task failed unexpectedly</p>
<p>I had the problem for 2 weeks in vs2010 will un updating telerik menu and ready worked</p>
<p>Tuve el problema por 2 semas en le menu de vs2010 actualicé teleric y listo funcionado.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect browser F5 / refresh and X / Close in javascript by Fareed</title>
		<link>http://codesimplified.com/2012/05/08/detect-browser-f5-refresh-and-x-close-in-javascript/#comment-39991</link>
		<dc:creator><![CDATA[Fareed]]></dc:creator>
		<pubDate>Fri, 19 Apr 2013 07:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://codesimplified.com/?p=972#comment-39991</guid>
		<description><![CDATA[how to pass e argument pl help me]]></description>
		<content:encoded><![CDATA[<p>how to pass e argument pl help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get CheckBoxList values using Javascript by Viral Sarvaiya</title>
		<link>http://codesimplified.com/2009/10/28/get-checkboxlist-values-using-javascript/#comment-39208</link>
		<dc:creator><![CDATA[Viral Sarvaiya]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 08:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=279#comment-39208</guid>
		<description><![CDATA[Hi JEEGNESH,
Try this.

dt.Columns.Add(&quot;Country&quot;);
dt.Columns.Add(&quot;CountryCode&quot;);

dt.Rows.Add(&quot;India&quot;, 1);
dt.Rows.Add(&quot;Australia&quot;, 2);
dt.Rows.Add(&quot;Brazil&quot;, 3);]]></description>
		<content:encoded><![CDATA[<p>Hi JEEGNESH,<br />
Try this.</p>
<p>dt.Columns.Add(&#8220;Country&#8221;);<br />
dt.Columns.Add(&#8220;CountryCode&#8221;);</p>
<p>dt.Rows.Add(&#8220;India&#8221;, 1);<br />
dt.Rows.Add(&#8220;Australia&#8221;, 2);<br />
dt.Rows.Add(&#8220;Brazil&#8221;, 3);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get CheckBoxList values using Javascript by JEEGNESH</title>
		<link>http://codesimplified.com/2009/10/28/get-checkboxlist-values-using-javascript/#comment-39158</link>
		<dc:creator><![CDATA[JEEGNESH]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 10:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=279#comment-39158</guid>
		<description><![CDATA[not working with these datatable
 
  dt.Columns.Add(&quot;Country&quot;, GetType(String))
        dt.Columns.Add(&quot;CountryCode&quot;, GetType(Integer))

        dt.Rows.Add(&quot;India&quot;, 1)
        dt.Rows.Add(&quot;Australia&quot;, 2)
        dt.Rows.Add(&quot;Brazil&quot;, 3)]]></description>
		<content:encoded><![CDATA[<p>not working with these datatable</p>
<p>  dt.Columns.Add(&#8220;Country&#8221;, GetType(String))<br />
        dt.Columns.Add(&#8220;CountryCode&#8221;, GetType(Integer))</p>
<p>        dt.Rows.Add(&#8220;India&#8221;, 1)<br />
        dt.Rows.Add(&#8220;Australia&#8221;, 2)<br />
        dt.Rows.Add(&#8220;Brazil&#8221;, 3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Difference between ExecuteQuery And Execute NonQuery by dreamU</title>
		<link>http://codesimplified.com/2009/12/01/difference-between-executequery-and-execute-nonquery/#comment-38857</link>
		<dc:creator><![CDATA[dreamU]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=348#comment-38857</guid>
		<description><![CDATA[thanks.. very helpful article]]></description>
		<content:encoded><![CDATA[<p>thanks.. very helpful article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set maxlength of textarea with javascript by ansari</title>
		<link>http://codesimplified.com/2009/08/11/set-maxlength-of-textarea-with-javascript/#comment-38134</link>
		<dc:creator><![CDATA[ansari]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 09:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=129#comment-38134</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multilanguage Application in WPF by Hugo</title>
		<link>http://codesimplified.com/2011/05/07/multilanguage-application-in-wpf/#comment-37759</link>
		<dc:creator><![CDATA[Hugo]]></dc:creator>
		<pubDate>Sat, 16 Feb 2013 01:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=832#comment-37759</guid>
		<description><![CDATA[It&#039;s good way to create application with neutral language only and after add satellite assemblies. That will allow you to create translation without changing your application source. LSACreator is simple tool that helps with that. There is a free edition with full functionality. 

http://tbs-apps.com/lsacreator/]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s good way to create application with neutral language only and after add satellite assemblies. That will allow you to create translation without changing your application source. LSACreator is simple tool that helps with that. There is a free edition with full functionality. </p>
<p><a href="http://tbs-apps.com/lsacreator/" rel="nofollow">http://tbs-apps.com/lsacreator/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to speech in asp.net with C# by Viral Sarvaiya</title>
		<link>http://codesimplified.com/2010/06/16/text-to-speach-in-asp-net-with-c/#comment-37557</link>
		<dc:creator><![CDATA[Viral Sarvaiya]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 11:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=537#comment-37557</guid>
		<description><![CDATA[Hi Sateesh,

Please check below link
&lt;a href=&quot;http://www.codeproject.com/Articles/182881/Text-to-Speech&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.codeproject.com/Articles/182881/Text-to-Speech&lt;/a&gt;

Hope this will helps you.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Sateesh,</p>
<p>Please check below link<br />
<a href="http://www.codeproject.com/Articles/182881/Text-to-Speech" target="_blank" rel="nofollow">http://www.codeproject.com/Articles/182881/Text-to-Speech</a></p>
<p>Hope this will helps you.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to speech in asp.net with C# by sateesh</title>
		<link>http://codesimplified.com/2010/06/16/text-to-speach-in-asp-net-with-c/#comment-37556</link>
		<dc:creator><![CDATA[sateesh]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 11:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=537#comment-37556</guid>
		<description><![CDATA[but how to get text to speech female voice?]]></description>
		<content:encoded><![CDATA[<p>but how to get text to speech female voice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to speech in asp.net with C# by CHILLAPPLE Group</title>
		<link>http://codesimplified.com/2010/06/16/text-to-speach-in-asp-net-with-c/#comment-37506</link>
		<dc:creator><![CDATA[CHILLAPPLE Group]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 08:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=537#comment-37506</guid>
		<description><![CDATA[sir.. i tried a lot but I cant. can you help me to add buttons such as play, pause/resume, stop, download in text to speech using asp.net and c#]]></description>
		<content:encoded><![CDATA[<p>sir.. i tried a lot but I cant. can you help me to add buttons such as play, pause/resume, stop, download in text to speech using asp.net and c#</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Difference between ExecuteQuery And Execute NonQuery by Imam</title>
		<link>http://codesimplified.com/2009/12/01/difference-between-executequery-and-execute-nonquery/#comment-36505</link>
		<dc:creator><![CDATA[Imam]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 04:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=348#comment-36505</guid>
		<description><![CDATA[nice1]]></description>
		<content:encoded><![CDATA[<p>nice1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find Foreign Keys in Sql Server by Bhuvi</title>
		<link>http://codesimplified.com/2012/10/12/find-foreign-keys-in-sql-server/#comment-36376</link>
		<dc:creator><![CDATA[Bhuvi]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 09:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://codesimplified.com/?p=1029#comment-36376</guid>
		<description><![CDATA[Nice Article..]]></description>
		<content:encoded><![CDATA[<p>Nice Article..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multilanguage Application in WPF by raza</title>
		<link>http://codesimplified.com/2011/05/07/multilanguage-application-in-wpf/#comment-36364</link>
		<dc:creator><![CDATA[raza]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 22:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=832#comment-36364</guid>
		<description><![CDATA[it give resource file missing :/ how can I resolved it]]></description>
		<content:encoded><![CDATA[<p>it give resource file missing :/ how can I resolved it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing in WPF with fit to printing page. by Prabha938</title>
		<link>http://codesimplified.com/2011/05/17/printing-in-wpf-with-fit-to-printing-page/#comment-36197</link>
		<dc:creator><![CDATA[Prabha938]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 12:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://viralsarvaiya.wordpress.com/?p=850#comment-36197</guid>
		<description><![CDATA[Is this code helps to print the aspx to print in only one page. Bcoz, I have an aspx page which is binded with gridview and some labels. As the data binded in gridview increases the page height increasing.If i take print it is resulting two pages.My requirement is to fit the entire data to single page on taking print. Please help me to do this task..]]></description>
		<content:encoded><![CDATA[<p>Is this code helps to print the aspx to print in only one page. Bcoz, I have an aspx page which is binded with gridview and some labels. As the data binded in gridview increases the page height increasing.If i take print it is resulting two pages.My requirement is to fit the entire data to single page on taking print. Please help me to do this task..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
