<?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>Nilesh Rathod</title>
	<atom:link href="http://njrathod.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://njrathod.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 07:09:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='njrathod.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/578902c54614519256985ea814429ef6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Nilesh Rathod</title>
		<link>http://njrathod.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://njrathod.wordpress.com/osd.xml" title="Nilesh Rathod" />
	<atom:link rel='hub' href='http://njrathod.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Script to Remove or Check Special Charater from Javascript</title>
		<link>http://njrathod.wordpress.com/2012/01/24/script-to-remove-or-check-special-charater-from-javascript/</link>
		<comments>http://njrathod.wordpress.com/2012/01/24/script-to-remove-or-check-special-charater-from-javascript/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 07:09:53 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=420</guid>
		<description><![CDATA[To Remove or Check Special Charater from Javascript Call  Javascript function on &#8220;onkeyup&#8221; event of TextBox &#60;asp:TextBox ID=&#8221;TextBox1&#8243; runat=&#8221;server&#8221; onkeyup=&#8221;valid(this)&#8221; Width=&#8221;610px&#8221;&#62;&#60;/asp:TextBox&#62; Javascript : &#60;script type=&#8221;text/javascript&#8221;&#62; function valid(field) { var txt = document.getElementById(&#8216;TextBox1&#8242;).value; var iChars = &#8220;!@$%^&#38;*()+=-[]\\\&#8217;;,./{}&#124;\&#8221;:&#60;&#62;?~_&#8221;; for (var i = 0; i &#60; txt.length; i++) { if (iChars.indexOf(txt.charAt(i)) != -1) { alert(&#8220;Your string has special [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=420&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2012/01/24/script-to-remove-or-check-special-charater-from-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Asp.net string Check null or empty string</title>
		<link>http://njrathod.wordpress.com/2012/01/24/asp-net-string-check-null-or-empty-string/</link>
		<comments>http://njrathod.wordpress.com/2012/01/24/asp-net-string-check-null-or-empty-string/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:10:37 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=416</guid>
		<description><![CDATA[To Check null or empty string  one trick is given below string str = &#8220;Demo&#8221;; str = &#8220;&#8221;; if (Convert.ToString((object)str) != string.Empty) { Response.Write(&#8220;Null String&#8221;); }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=416&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2012/01/24/asp-net-string-check-null-or-empty-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint 2010 How to read File from Library</title>
		<link>http://njrathod.wordpress.com/2012/01/11/sharepoint-2010-how-to-read-file-from-library/</link>
		<comments>http://njrathod.wordpress.com/2012/01/11/sharepoint-2010-how-to-read-file-from-library/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 14:41:11 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=413</guid>
		<description><![CDATA[To read File from Library and replace that value in Sharepoint library use below code. protected void btnReadFile_Click(object sender, EventArgs e) { string strSubject = &#8220;New Subject Line&#8221;; string strMessage = &#8220;New Message Line&#8221;; string content = string.Empty; using (SPSite oSite = new SPSite(SPContext.Current.Site.Url)) { using (SPWeb oWeb = oSite.OpenWeb()) { SPDocumentLibrary doclib = (SPDocumentLibrary)oWeb.GetList(&#8220;Documents&#8221;); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=413&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2012/01/11/sharepoint-2010-how-to-read-file-from-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>How to pass URL in Link and open Outlook</title>
		<link>http://njrathod.wordpress.com/2012/01/02/how-to-pass-url-in-link-and-open-outlook/</link>
		<comments>http://njrathod.wordpress.com/2012/01/02/how-to-pass-url-in-link-and-open-outlook/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 05:14:13 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=409</guid>
		<description><![CDATA[To Open outlook from Link and also send Url use following code &#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62; var varname = &#8220;https://www.google.com/&#8221;; &#60;/script&#62; Now get that variable value in Link as &#60;a href=&#8221;mailto:me@domain.com?subject=You can specify subject too&#38;body=&#8221;onclick=&#8221;location.href=this.href+&#8221;+varname;return false;&#8221;&#62;Send Email&#60;/a&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=409&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2012/01/02/how-to-pass-url-in-link-and-open-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint 2010 How to make Webpart Chrome Property None</title>
		<link>http://njrathod.wordpress.com/2011/12/23/sharepoint-2010-how-to-make-webpart-chrome-property-none/</link>
		<comments>http://njrathod.wordpress.com/2011/12/23/sharepoint-2010-how-to-make-webpart-chrome-property-none/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:26:28 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Sharepoint Developement]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=404</guid>
		<description><![CDATA[To make Chrome Type Property None public override PartChromeType ChromeType { get { return PartChromeType.None; } set { base.ChromeType = PartChromeType.None; } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=404&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/12/23/sharepoint-2010-how-to-make-webpart-chrome-property-none/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>How to  Check Image is Exist or not on Server</title>
		<link>http://njrathod.wordpress.com/2011/12/23/how-to-check-image-is-exist-or-not-on-server/</link>
		<comments>http://njrathod.wordpress.com/2011/12/23/how-to-check-image-is-exist-or-not-on-server/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:25:14 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Sharepoint Developement]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=401</guid>
		<description><![CDATA[To check from Image path that it is exist or not on server - &#160; if (UrlExists(ImageURL)) { Image1.ImageUrl = ImageURL; } else { Image1.ImageUrl = NoImageURL; } private static bool UrlExists(string url) { try { new System.Net.WebClient().DownloadData(url); return true; } catch (System.Net.WebException e) { //if (((System.Net.HttpWebResponse)e.Response).StatusCode == System.Net.HttpStatusCode.NotFound) return false; //else throw; } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=401&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/12/23/how-to-check-image-is-exist-or-not-on-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>SP2010 Useful Links</title>
		<link>http://njrathod.wordpress.com/2011/11/14/390/</link>
		<comments>http://njrathod.wordpress.com/2011/11/14/390/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 12:21:47 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Sharepoint Developement]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=390</guid>
		<description><![CDATA[Sharepoint InfoPath Leave Application Form http://www.screencast.com/t/MmJjZDk3ODk Sharepoint Video http://www.screencast.com/users/jthake/folders/SharePointDevWiki.com%20Screencast/media/dda081c8-18c2-43f5-adfd-8f95c59f2113 All About Infopath http://www.squidoo.com/infopath-sharepoint-2010 http://wn.com/Building_Forms_with_InfoPath_2010 http://gurubootcamp.net/microsoft/infopath-2010-introduction-part-1-create-a-simple-form Fetch User From Sharepoint Server http://www.edutechnow.com/?p=446 Coding In Infopath http://johanolivier.blogspot.com/2010/08/infopath-2010-development-part-1-add.html Infopath Ger Current User http://blogs.microsoft.co.il/blogs/itaysk/archive/2007/04/05/InfoPath-_2D00_-Get-the-current-user-without-writing-code.aspx http://blogs.msdn.com/b/jingmeili/archive/2007/05/31/how-to-display-current-user-s-full-name-email-and-other-info-in-infopath.aspx Superb All Video http://wn.com/Building_Forms_with_InfoPath_2010 SP Designer and Work Flow http://www.dotnetcurry.com/ShowArticle.aspx?ID=695 WorkFlow http://www.codeproject.com/KB/sharepoint/StateMachineWorkflows2.aspx All Infopath Feature http://www.sharepointhoster.com/40-awesome-features-of-infopath-2010.html Infopath Insert Data into SQL http://blogs.msdn.com/b/jannemattila/archive/2007/01/21/infopath-and-web-service-data-connection.aspx http://blogs.msdn.com/b/jannemattila/archive/2007/10/25/from-infopath-to-database-via-web-service.aspx Sharepoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=390&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/11/14/390/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Sql Server Remove Duplicate Value From a Table</title>
		<link>http://njrathod.wordpress.com/2011/09/26/sql-server-remove-duplicate-value-from-a-table/</link>
		<comments>http://njrathod.wordpress.com/2011/09/26/sql-server-remove-duplicate-value-from-a-table/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:07:36 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=380</guid>
		<description><![CDATA[How to Remove Duplicate Value From a Table If We have a table like following and we need to remove Duplicate Value ID FNAME LNAME 1 AAA CCC 2 BBB DDD 1 AAA CCC 2 BBB DDD 1 AAA CCC 2 BBB DDD 3 BCB DGD If we want to remove duplicate value from above [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=380&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/09/26/sql-server-remove-duplicate-value-from-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Sql Server Count Duplicate Records – Rows</title>
		<link>http://njrathod.wordpress.com/2011/09/26/sql-server-count-duplicate-records-%e2%80%93-rows/</link>
		<comments>http://njrathod.wordpress.com/2011/09/26/sql-server-count-duplicate-records-%e2%80%93-rows/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:06:01 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=375</guid>
		<description><![CDATA[Count Duplicate Records – Rows If We have a table like following and we need to find No of Duplicate column than follow 1 AAA CCC 2 BBB CCC 2 BBB DDD 3 CCC DDD 3 CCC DDD 3 CCC DDD 1 AAA CCC 1 AAA CCC 1 AAA CCC 1 AAA CCC 2 BBB [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=375&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/09/26/sql-server-count-duplicate-records-%e2%80%93-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
		<item>
		<title>Asp.Net Gridview  Eval Condition</title>
		<link>http://njrathod.wordpress.com/2011/08/16/asp-net-gridview-eval-condition/</link>
		<comments>http://njrathod.wordpress.com/2011/08/16/asp-net-gridview-eval-condition/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:19:28 +0000</pubDate>
		<dc:creator>Nilesh Rathod</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://njrathod.wordpress.com/?p=370</guid>
		<description><![CDATA[Below Eval is used  Conditional Operator &#60;asp:TemplateField HeaderText=&#8221;Gender&#8221;&#62; &#60;ItemTemplate&#62; &#60;asp:Label ID=&#8221;lblGender&#8221; Text=&#8217;&#60;%# string.Compare((string)Eval(&#8220;Gender&#8221;), &#8220;M&#8221;,false)==0?&#8221;Male&#8221;:&#8221;Female&#8221;%&#62;&#8217; runat=&#8221;server&#8221;&#62;                  &#60;/asp:Label&#62; &#60;/ItemTemplate&#62; &#60;/asp:TemplateField&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=njrathod.wordpress.com&amp;blog=4907509&amp;post=370&amp;subd=njrathod&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://njrathod.wordpress.com/2011/08/16/asp-net-gridview-eval-condition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80a56c8e483ad699311b7f71cd709f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">njrathod</media:title>
		</media:content>
	</item>
	</channel>
</rss>
