<?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>Krunalvyas's Blog</title>
	<atom:link href="http://krunalvyas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://krunalvyas.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 18 Sep 2009 12:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='krunalvyas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Krunalvyas's Blog</title>
		<link>http://krunalvyas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://krunalvyas.wordpress.com/osd.xml" title="Krunalvyas&#039;s Blog" />
	<atom:link rel='hub' href='http://krunalvyas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>To highlight a particular item in a DropDownList</title>
		<link>http://krunalvyas.wordpress.com/2009/09/18/to-highlight-a-particular-item-in-a-dropdownlist/</link>
		<comments>http://krunalvyas.wordpress.com/2009/09/18/to-highlight-a-particular-item-in-a-dropdownlist/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:35:28 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=91</guid>
		<description><![CDATA[//The following function describes the code to highlight a particular item in a DropDownList. Here i have assumed that that the DropDownList name is dlSelectedAction private void HighLight() { foreach (ListItem item in dlSelectAction.Items) { if (item.Value.Equals(&#8220;the index of the item&#8221;)) { item.Attributes.Add(&#8220;class&#8221;, &#8220;categoryItemStyle&#8221;); //Here you need to create a class in your stylesheet (.css [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=91&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//The following function describes the code to highlight a particular item in a DropDownList. Here i have assumed that that the</p>
<p>DropDownList name is dlSelectedAction</p>
<p>private void HighLight()</p>
<p>{</p>
<p>foreach (ListItem item in dlSelectAction.Items)</p>
<p>{</p>
<p>if (item.Value.Equals(&#8220;the index of the item&#8221;))</p>
<p>{</p>
<p>item.Attributes.Add(&#8220;class&#8221;, &#8220;categoryItemStyle&#8221;);</p>
<p>//Here you need to create a class in your stylesheet (.css file) that has the name &#8220;categoryItemStyle&#8221; as shown below.</p>
<p>In that class you can specify the background color of your choice using background-color property.</p>
<p>You can use another class name too.</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>.categoryItemStyle<br />
{<br />
background-color: red;<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=91&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/09/18/to-highlight-a-particular-item-in-a-dropdownlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To get records between current date and adding 15 days in current date by stored procedure</title>
		<link>http://krunalvyas.wordpress.com/2009/09/08/to-get-records-between-current-date-and-adding-15-days-in-current-date-by-stored-procedure/</link>
		<comments>http://krunalvyas.wordpress.com/2009/09/08/to-get-records-between-current-date-and-adding-15-days-in-current-date-by-stored-procedure/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:24:48 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[sqlserver-2005]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=89</guid>
		<description><![CDATA[//Here i am giving an example of getting the records of users whose birthdays are between current date and adding 15 days in the current date. I am assuming that the field that contains the birthdate is Bdate. You can give your fieldname insted of it. set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=89&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//Here i am giving an example of getting the records of users whose birthdays are between current date and adding 15 days in the current date. I am assuming that the field that contains the birthdate is Bdate. You can give your fieldname insted of it.</p>
<p>set ANSI_NULLS ON<br />
set QUOTED_IDENTIFIER ON<br />
go</p>
<p>ALTER PROCEDURE [dbo].[Get_UpcomingBirthdays]</p>
<p>AS<br />
BEGIN<br />
select  your fields,(convert (varchar,(select DateName(month,dateadd(month,month(Bdate),0)-1)),103)+&#8217;, &#8216;+ convert (varchar,day(Bdate),103))<br />
as date,<br />
from TableName</p>
<p>where month(Bdate)=month(getdate())<br />
and day(Bdate)between Day(getdate())<br />
and day(dateadd(day,15,getdate()))</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=89&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/09/08/to-get-records-between-current-date-and-adding-15-days-in-current-date-by-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To save an image to a specified path with a randomly generated name</title>
		<link>http://krunalvyas.wordpress.com/2009/09/08/to-save-an-image-to-a-specified-path-with-a-randomly-generated-name/</link>
		<comments>http://krunalvyas.wordpress.com/2009/09/08/to-save-an-image-to-a-specified-path-with-a-randomly-generated-name/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 10:11:31 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[random name generation]]></category>
		<category><![CDATA[store images]]></category>
		<category><![CDATA[store images user wise]]></category>
		<category><![CDATA[upload images]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=83</guid>
		<description><![CDATA[//Here i am assuming that the folder in which you want to store images is &#8220;UserPhotos&#8221; and  File Uploader control name is    UploadPhoto string Path = Server.MapPath(&#8220;UserPhotos&#8221;); Random r = new Random(); string FileName = r.Next().ToString(); string FileExtention = UploadPhoto.FileName.Substring(UploadPhoto.FileName.LastIndexOf(&#8216;.&#8217;)); FileName = FileName + FileExtention; string FilePath = Path + @&#8221;\&#8221; + FileName; UploadPhoto.SaveAs(FilePath); imgPhoto.ImageUrl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=83&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//Here i am assuming that the folder in which you want to store images is &#8220;UserPhotos&#8221; and  File Uploader control name is    UploadPhoto</p>
<p>string Path = Server.MapPath(&#8220;UserPhotos&#8221;);</p>
<p>Random r = new Random();</p>
<p>string FileName = r.Next().ToString();</p>
<p>string FileExtention = UploadPhoto.FileName.Substring(UploadPhoto.FileName.LastIndexOf(&#8216;.&#8217;));<br />
FileName = FileName + FileExtention;<br />
string FilePath = Path + @&#8221;\&#8221; + FileName;<br />
UploadPhoto.SaveAs(FilePath);<br />
imgPhoto.ImageUrl = FilePath;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=83&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/09/08/to-save-an-image-to-a-specified-path-with-a-randomly-generated-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To Get  MonthName from a Date Field from a table using Stored Procedure</title>
		<link>http://krunalvyas.wordpress.com/2009/08/01/to-get-monthname-from-a-date-field-from-a-table-using-stored-procedure/</link>
		<comments>http://krunalvyas.wordpress.com/2009/08/01/to-get-monthname-from-a-date-field-from-a-table-using-stored-procedure/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 11:57:16 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[sqlserver-2005]]></category>
		<category><![CDATA[date field]]></category>
		<category><![CDATA[get month name]]></category>
		<category><![CDATA[monthname]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=77</guid>
		<description><![CDATA[//Assuming that the field name is Bdate convert (varchar,(select DateName(month,dateadd(month,month(Bdate),0)-1)),103)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=77&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//Assuming that the field name is Bdate</p>
<p>convert (varchar,(select DateName(month,dateadd(month,month(Bdate),0)-1)),103)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=77&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/08/01/to-get-monthname-from-a-date-field-from-a-table-using-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To get Current Month name</title>
		<link>http://krunalvyas.wordpress.com/2009/08/01/to-get-current-month-name/</link>
		<comments>http://krunalvyas.wordpress.com/2009/08/01/to-get-current-month-name/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 11:14:38 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[current month]]></category>
		<category><![CDATA[get current month from current date]]></category>
		<category><![CDATA[monthname]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=75</guid>
		<description><![CDATA[There are two ways to get the Current Month Name from the Current Date. 1)  Using Globliziation System.Globalization.DateTimeFormatInfo d = new System.Globalization.DateTimeFormatInfo(); string month = d.MonthNames[DateTime.Now.Month-1]; 2) Using new date object as follow string MonthName = GetMonthName(DateTime.Now.Month); static string GetMonthName(int monthNum) { return GetMonthName(monthNum, false); } static string GetMonthName(int monthNum, bool abbreviate) { if (monthNum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=75&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two ways to get the Current Month Name from the Current Date.</p>
<p><strong> 1)  Using Globliziation </strong></p>
<blockquote><p>System.Globalization.DateTimeFormatInfo d = new System.Globalization.DateTimeFormatInfo();<br />
string month = d.MonthNames[DateTime.Now.Month-1];</p>
<p><strong>2) Using new date object as follow</strong></p>
<blockquote><p>string MonthName = GetMonthName(DateTime.Now.Month);<br />
static string GetMonthName(int monthNum)<br />
{<br />
return GetMonthName(monthNum, false);<br />
}<br />
static string GetMonthName(int monthNum, bool abbreviate)<br />
{<br />
if (monthNum &lt; 1 || monthNum &gt; 12)<br />
throw new ArgumentOutOfRangeException(”monthNum”);<br />
DateTime date = new DateTime(1, monthNum, 1);<br />
if (abbreviate)<br />
return date.ToString(”MMM”);<br />
else<br />
return date.ToString(”MMMM”);<br />
}</p></blockquote>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=75&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/08/01/to-get-current-month-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To check whether the user&#8217;s b&#8217;day is in the current month or not using stored prcedure</title>
		<link>http://krunalvyas.wordpress.com/2009/08/01/to-check-whether-the-users-bday-is-in-the-current-month-or-not-using-stored-prcedure/</link>
		<comments>http://krunalvyas.wordpress.com/2009/08/01/to-check-whether-the-users-bday-is-in-the-current-month-or-not-using-stored-prcedure/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:10:10 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[sqlserver-2005]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[find date in current month]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=70</guid>
		<description><![CDATA[//Assuming the table name as Users and fieldname as Bdate select  * from Users where month(Bdate)=month(getdate()) and day(Bdate)between Day(getdate()) and day(dateadd(day,30,getdate()))<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=70&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//Assuming the table name as Users and fieldname as Bdate</p>
<p>select  * from Users<br />
where month(Bdate)=month(getdate())<br />
and day(Bdate)between Day(getdate())<br />
and day(dateadd(day,30,getdate()))</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=70&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/08/01/to-check-whether-the-users-bday-is-in-the-current-month-or-not-using-stored-prcedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>The Remember Me in login control Code</title>
		<link>http://krunalvyas.wordpress.com/2009/07/23/the-remember-me-in-login-control-code/</link>
		<comments>http://krunalvyas.wordpress.com/2009/07/23/the-remember-me-in-login-control-code/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:31:21 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[login control]]></category>
		<category><![CDATA[rememberme]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=67</guid>
		<description><![CDATA[Step 1 : if check box is checked for “Remember Me” then create cookie else Delete it. if (chkRememberMe.Checked == true) { //Create Cookie to Store AdminInfo HttpCookie aCookie = new HttpCookie(&#8220;AdminInfo&#8221;); aCookie.Values["userName"] = txtUsername.Text; aCookie.Values["Password"] = txtPassword.Text; aCookie.Values["lastVisit"] = DateTime.Now.ToString(); aCookie.Expires = DateTime.Now.AddDays(10); Response.Cookies.Add(aCookie); } else { //Delete Cookie HttpCookie aCookie = new HttpCookie(&#8220;AdminInfo&#8221;); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=67&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1 : if check box is checked for “Remember Me” then create cookie else Delete it.</strong></p>
<p><span style="color:#0000ff;">if (chkRememberMe.Checked == true)<br />
{<br />
//Create Cookie to Store AdminInfo<br />
HttpCookie aCookie = new HttpCookie(&#8220;AdminInfo&#8221;);<br />
aCookie.Values["userName"] = txtUsername.Text;<br />
aCookie.Values["Password"] = txtPassword.Text;<br />
aCookie.Values["lastVisit"] = DateTime.Now.ToString();<br />
aCookie.Expires = DateTime.Now.AddDays(10);<br />
Response.Cookies.Add(aCookie);<br />
}<br />
else<br />
{<br />
//Delete Cookie<br />
HttpCookie aCookie = new HttpCookie(&#8220;AdminInfo&#8221;);<br />
aCookie.Expires = DateTime.Now.AddDays(-1);<br />
Response.Cookies.Add(aCookie);<br />
}</span></p>
<p><strong>Step 2 : now check cookie is null or not in page load event &amp; set username &amp; password from cookie</strong></p>
<p><span style="color:#0000ff;">protected void Page_Load(object sender, EventArgs e)<br />
{<br />
if (!IsPostBack)<br />
{<br />
if (Request.Cookies["AdminInfo"] != null)<br />
{<br />
txtUsername.Text = Request.Cookies["AdminInfo"]["userName"] == null ? null : Request.Cookies["AdminInfo"]["userName"].ToString();<br />
string pwd = Request.Cookies["AdminInfo"]["Password"] == null ? null : Request.Cookies["AdminInfo"]["Password"].ToString();<br />
txtPassword.Attributes.Add(&#8220;value&#8221;, pwd);<br />
}<br />
} </span></p>
<p><span style="color:#0000ff;"> }</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=67&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/07/23/the-remember-me-in-login-control-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To create your own captcha control</title>
		<link>http://krunalvyas.wordpress.com/2009/07/09/to-create-your-own-captcha-control/</link>
		<comments>http://krunalvyas.wordpress.com/2009/07/09/to-create-your-own-captcha-control/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:48:45 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[captcha control]]></category>
		<category><![CDATA[captcha source code]]></category>
		<category><![CDATA[captcha user control]]></category>
		<category><![CDATA[generate captcha]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=64</guid>
		<description><![CDATA[protected void Button1_Click(object sender, EventArgs e) { string code = null; string fcode = null; int i; Random randomclass = new Random(); for (i = 0; i &#60; 5; i++) { int k = randomclass.Next(1, 35); code = getcaptcha(k, 1); fcode = fcode + code; } // here i have used the label name lblCaptcha. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=64&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>protected void Button1_Click(object sender, EventArgs e)<br />
{<br />
string code = null;<br />
string fcode = null;<br />
int i;<br />
Random randomclass = new Random();</p>
<p>for (i = 0; i &lt; 5; i++)<br />
{<br />
int k = randomclass.Next(1, 35);<br />
code = getcaptcha(k, 1);<br />
fcode = fcode + code;<br />
}<br />
// here i have used the label name lblCaptcha. You can have your own label in your page.</p>
<p>lblCaptcha.Text = fcode;</p>
<p>}</p>
<p>private string getcaptcha(int i, int j)<br />
{<br />
string gcode = &#8220;abcdefghikjlmnopqrstuvwxyz123456789&#8243;;</p>
<p>string gencode = null;</p>
<p>gencode = gcode.Substring(i, j);<br />
int div = i / 2;<br />
if (div&gt;=1 &amp;&amp; div&lt;=10 )<br />
gencode = gencode.ToUpper();<br />
return gencode;</p>
<p>}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=64&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/07/09/to-create-your-own-captcha-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To integrate FCKeditor with asp.net</title>
		<link>http://krunalvyas.wordpress.com/2009/07/09/56/</link>
		<comments>http://krunalvyas.wordpress.com/2009/07/09/56/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:57:31 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[FCKeditor]]></category>
		<category><![CDATA[FCKeditor with asp.net]]></category>
		<category><![CDATA[integrate FCKeditor]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=56</guid>
		<description><![CDATA[Downloading FCKEditor You can download the FCKeditor from its official website, http://www.fckeditor.net. The current available version is 2.6.4. 1. Download the ASP.Net version of FCKeditor called FCKeditor.Net from the link http://www.fckeditor.net/download 2. FCKeditor.Net package is just the asp.net control and you need to download the supporting source files from the above location. You can find [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=56&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Downloading FCKEditor</p>
<p>You can download the FCKeditor from its official website, <a href="http://www.fckeditor.net" target="_blank">http://www.fckeditor.net</a>. The current available version is 2.6.4.</p>
<p>1.      Download the ASP.Net version of FCKeditor called FCKeditor.Net from the link <a href="http://www.fckeditor.net/download" target="_blank">http://www.fckeditor.net/download</a></p>
<p>2.      FCKeditor.Net package is just the asp.net control and you need to download the supporting source files from the above location. You can find this in the top 2 links in the same page. Download the zip file (FCKeditor 2.6.4).</p>
<p>Integrating and using in ASP.Net Page</p>
<p>1.      Create a new ASP.Net website in Visual Studio 2005.</p>
<p>2.      Unzip the ASP.Net FCKeditor zip file. You can add the FCKeditor in visual studio toolbox by Right click on the toolbox &gt; Choose Item &gt; Browse to the location where you have unzipped the control. You can find the dll file in location <strong>FCKeditor.Net_2.6.3\bin\Release</strong> for both 2.0 and 1.1 version of ASP.Net. I have selected the dll from 2.0 directory. You can see the control added to the toolbox.</p>
<p>You can now drag and drop the control in the aspx page.</p>
<p>Below you can find its aspx code generated. You will also find a Register directive on top of the page for the control.</p>
<p>&lt;FCKeditorV2:FCKeditor runat=&#8221;server&#8221;&gt;</p>
<p>&lt;/FCKeditorV2:FCKeditor&gt;</p>
<p>Executing the page now will give you 404 page not found error. It is because; we have not added the FCKEditor source files into our project that we downloaded in Point (2) of the previous section (<strong>Downloading FCKEditor)</strong>. Unzip the file and copy the <strong>fckeditor </strong>folder into the solution.</p>
<p>We need to specify the root folder of this source files through the BasePath property of FCKEditor.</p>
<p>&lt;FCKeditorV2:FCKeditor BasePath=&#8221;fckeditor/&#8221; runat=&#8221;server&#8221;&gt;</p>
<p>&lt;/FCKeditorV2:FCKeditor&gt;</p>
<p>To access the text typed in the editor, we can use the server side property Value.</p>
<p>protected void btnSave_Click(object sender, EventArgs e)</p>
<p>{</p>
<p>Response.Write(rtfComments.Value);</p>
<p>}</p>
<p>Execute the page and you can see the FCKeditor appearing the screen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=56&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/07/09/56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
		<item>
		<title>To fetch the value of a particular cell from the grid</title>
		<link>http://krunalvyas.wordpress.com/2009/07/06/to-fetch-the-value-of-a-particular-cell-from-the-grid/</link>
		<comments>http://krunalvyas.wordpress.com/2009/07/06/to-fetch-the-value-of-a-particular-cell-from-the-grid/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:43:15 +0000</pubDate>
		<dc:creator>krunal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[cell value]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[GridView]]></category>

		<guid isPermaLink="false">http://krunalvyas.wordpress.com/?p=52</guid>
		<description><![CDATA[for (int i = 0; i &#60; YourGridName.rows.count; i++) { Your VariableName = ((Label)YourGridName.Rows[i].Cells[Cell Index].Controls[Index]).Text; } OR Your VariableName =((Label)YourGridName.Rows[i].Cells[Cell Index].Controls[Index]).Text; Example: string temp = ((Label)GridDetail.Rows[i].Cells[3].Controls[1]).Text;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=52&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>for (int i = 0; i &lt; YourGridName.rows.count; i++)</p>
<p>{</p>
<p><span style="font-family:Arial;color:black;">Your VariableName = ((Label)YourGridName.Rows[i].Cells[Cell Index].Controls[Index]).Text;</span></p>
<p><span style="font-family:Arial;color:black;">}</span></p>
<p><span style="font-family:Arial;color:black;">OR</span></p>
<p><span style="font-family:Arial;color:black;">Your VariableName =</span><span style="font-family:Arial;color:black;">((Label)YourGridName.Rows[i].Cells[Cell Index].Controls[Index]).Text;</span></p>
<p><span style="font-family:Arial;color:black;">Example:</span></p>
<p>string temp = ((Label)GridDetail.Rows[i].Cells[3].Controls[1]).Text;</p>
<p><span style="font-family:Arial;color:black;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/krunalvyas.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/krunalvyas.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/krunalvyas.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krunalvyas.wordpress.com&amp;blog=7537277&amp;post=52&amp;subd=krunalvyas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://krunalvyas.wordpress.com/2009/07/06/to-fetch-the-value-of-a-particular-cell-from-the-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc92be1151386d3b7cb733f92f8a4fe7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HBK,THEGAME</media:title>
		</media:content>
	</item>
	</channel>
</rss>
