<?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>Dinesh&#039;s Blog</title>
	<atom:link href="http://balaga.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://balaga.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 07 Aug 2009 09:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='balaga.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dinesh&#039;s Blog</title>
		<link>http://balaga.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://balaga.wordpress.com/osd.xml" title="Dinesh&#039;s Blog" />
	<atom:link rel='hub' href='http://balaga.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Problem converting string to date in c#</title>
		<link>http://balaga.wordpress.com/2009/08/07/problem-converting-string-to-date-in-c/</link>
		<comments>http://balaga.wordpress.com/2009/08/07/problem-converting-string-to-date-in-c/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:40:24 +0000</pubDate>
		<dc:creator>dineshh</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://balaga.wordpress.com/?p=15</guid>
		<description><![CDATA[In my one of the project I wanted to convert string format date (18/04/2006) to date object. I tried different ways to convert like using 1. Convert.ToDateTime (“18/04/2006”); 2. Date.Parse(“18/04/2006”); But I got error &#8220;string is not in proper date format&#8221;. Another thing is its works fine in my local system but its not working [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=15&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my one of the project I wanted to convert string format date (18/04/2006) to date object.</p>
<p>I tried different ways to convert like using </p>
<p>1. Convert.ToDateTime (“18/04/2006”);<br />
2. Date.Parse(“18/04/2006”);</p>
<p>But I got error &#8220;string is not in proper date format&#8221;. </p>
<p>Another thing is its works fine in my local system but its not working in my virtual machine.</p>
<p>Later I found the good way to convert string to date using SQL server using Convert function</p>
<p>Convert &#8211; Explicitly converts an expression of one data type to another.</p>
<p>Ex:</p>
<p>CONVERT (varchar(12),@fromDate,106)</p>
<p>Later it works fine. I thought its problem with region setting in my virtual machine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balaga.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balaga.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balaga.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=15&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balaga.wordpress.com/2009/08/07/problem-converting-string-to-date-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e31390c65d951b999cf07124fa32260?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dineshh</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Web part to document library in Sharepoint 2003</title>
		<link>http://balaga.wordpress.com/2009/08/07/adding-web-part-to-document-library-in-sharepoint-2003-2/</link>
		<comments>http://balaga.wordpress.com/2009/08/07/adding-web-part-to-document-library-in-sharepoint-2003-2/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:39:14 +0000</pubDate>
		<dc:creator>dineshh</dc:creator>
				<category><![CDATA[Sharepoint 2003]]></category>

		<guid isPermaLink="false">http://balaga.wordpress.com/?p=13</guid>
		<description><![CDATA[Last week I was working customising the document library Actually I wanted to add custom web part in document library. By default there is no option for edit the list pages. But I have found the JavaScript will suffice the problem JavaScript:MSOTlPn_ShowToolPane(&#8217;2&#8242;) This script is amazing you need to run on IE address bar its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=13&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I was working customising the document library </p>
<p>Actually I wanted to add custom web part in document library. By default there is no option for edit the list pages.</p>
<p>But I have found the JavaScript will suffice the problem </p>
<p>JavaScript:MSOTlPn_ShowToolPane(&#8217;2&#8242;)</p>
<p>This script is amazing you need to run on IE address bar its works fine </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balaga.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balaga.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balaga.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=13&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balaga.wordpress.com/2009/08/07/adding-web-part-to-document-library-in-sharepoint-2003-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e31390c65d951b999cf07124fa32260?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dineshh</media:title>
		</media:content>
	</item>
		<item>
		<title>Filewatcher Tool in c#</title>
		<link>http://balaga.wordpress.com/2009/08/07/filewatcher-tool-in-c/</link>
		<comments>http://balaga.wordpress.com/2009/08/07/filewatcher-tool-in-c/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:37:33 +0000</pubDate>
		<dc:creator>dineshh</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://balaga.wordpress.com/?p=9</guid>
		<description><![CDATA[One of the great tool from Microsoft. This tool to see changes in particular folder in system This tool automatically fire event when file is created/renamed/Deleted. This is very useful for uploading the file to one place to another place and sending the notification to the users etc. File watcher contains the 3 types if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=9&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the great tool from Microsoft. This tool to see changes in particular folder in system</p>
<p>This tool automatically fire event when file is created/renamed/Deleted.</p>
<p>This is very useful for uploading the file to one place to another place and sending the notification to the users etc.</p>
<p>File watcher contains the 3 types if event they are</p>
<p>1. Created<br />
2. Deleted<br />
3. Renamed</p>
<p>More information click here<br />
<a href="http://www.csharphelp.com/archives2/archive377.html">FileWatcher Utility</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balaga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balaga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balaga.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=9&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balaga.wordpress.com/2009/08/07/filewatcher-tool-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e31390c65d951b999cf07124fa32260?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dineshh</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert Ghosted Sharepoint page To Unghosted  Sharepoint page</title>
		<link>http://balaga.wordpress.com/2009/08/07/convert-ghosted-sharepoint-page-to-unghosted-page/</link>
		<comments>http://balaga.wordpress.com/2009/08/07/convert-ghosted-sharepoint-page-to-unghosted-page/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:27:10 +0000</pubDate>
		<dc:creator>dineshh</dc:creator>
				<category><![CDATA[Sharepoint 2003]]></category>

		<guid isPermaLink="false">http://balaga.wordpress.com/?p=6</guid>
		<description><![CDATA[The ghost page in SPS 2003 means using the template page directly. The ghost settings will be saved in the &#8220;Docs&#8221; table. &#8230; For this item, there is one column named Content. By default, the value for this column is &#8220;null&#8221;, which means SPS will get the information from the Template. However, after we edit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=6&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The ghost page in SPS 2003 means using the template page directly. The ghost settings will be saved in the &#8220;Docs&#8221; table. &#8230; For this item, there is one column named Content. By default, the value for this column is &#8220;null&#8221;, which means SPS will get the information from the Template. However, after we edit the page in FrontPage, SPS will save the page information to this column. In other words, SPS will use the data in the database and ignore the information from the Template.</p>
<p>For the default sps page, we can reset the value with the SQL commands below:</p>
<p>&#8211;select the portal database<br />
use sps1_site<br />
go<br />
&#8211;retrieve the page id<br />
SELECT ID FROM Docs<br />
WHERE (leafname= &#8216;default.aspx&#8217;)<br />
AND setuppath like &#8217;1033\SPS\default.aspx%&#8217;<br />
go<br />
&#8211;set the content to null<br />
UPDATE Docs<br />
SET Content = NULL<br />
WHERE (Id = &#8216;{A3DE463E-D6E9-4A8C-A2D2-8D49562442B7}&#8217;)<br />
&#8211;please replace the id with the value on your side</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balaga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balaga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balaga.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=6&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balaga.wordpress.com/2009/08/07/convert-ghosted-sharepoint-page-to-unghosted-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e31390c65d951b999cf07124fa32260?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dineshh</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing Webpart Title property using code</title>
		<link>http://balaga.wordpress.com/2009/08/07/changing-webpart-title-property-using-code/</link>
		<comments>http://balaga.wordpress.com/2009/08/07/changing-webpart-title-property-using-code/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:24:48 +0000</pubDate>
		<dc:creator>dineshh</dc:creator>
				<category><![CDATA[Webpart]]></category>

		<guid isPermaLink="false">http://balaga.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi, We can change the Webpart Title property in runtime using following code protected override void OnInit(EventArgs e) { base.OnInit (e); this.Title = &#8220;Set title here&#8230;&#8221;; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=3&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>We can change the Webpart Title property in runtime using following code</p>
<p>protected override void OnInit(EventArgs e)<br />
{<br />
base.OnInit (e);<br />
this.Title = &#8220;Set title here&#8230;&#8221;;<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/balaga.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/balaga.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/balaga.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=balaga.wordpress.com&amp;blog=8907467&amp;post=3&amp;subd=balaga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://balaga.wordpress.com/2009/08/07/changing-webpart-title-property-using-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e31390c65d951b999cf07124fa32260?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dineshh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
