<?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/"
	>
<channel>
	<title>Comments for Me.Thoughts.ToString()</title>
	<atom:link href="http://www.kikosantos.net/tech/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kikosantos.net/tech</link>
	<description>Programming, .Net, SuiteScript</description>
	<pubDate>Wed, 10 Mar 2010 18:12:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Custom Paging in GridView Control by Chandralekha.N.S</title>
		<link>http://www.kikosantos.net/tech/2006/05/custom-paging-in-gridview-control/comment-page-2/#comment-273</link>
		<dc:creator>Chandralekha.N.S</dc:creator>
		<pubDate>Wed, 17 Feb 2010 06:01:40 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/05/17/custom-paging-in-gridview-control/#comment-273</guid>
		<description>Thank You!! this code helped me :)

Regards</description>
		<content:encoded><![CDATA[<p>Thank You!! this code helped me <img src='http://www.kikosantos.net/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Paging in GridView Control by Mike Sullivan</title>
		<link>http://www.kikosantos.net/tech/2006/05/custom-paging-in-gridview-control/comment-page-2/#comment-270</link>
		<dc:creator>Mike Sullivan</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:44:39 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/05/17/custom-paging-in-gridview-control/#comment-270</guid>
		<description>Thanks for the great post. It has been a big help in my gridview pagers. I was able to use Top and Bottom pager with page dropdown control handled by this code in the handler:

protected void ddlPages_SelectedIndexChanged(object sender, EventArgs e)
{
// Cast the sender to a Dropdown list and get selectedIndex from that
//  (then we don't need to worry if it is coming from top or bottom
//   pager dropdown)
grdvwCompanies.PageIndex = ((DropDownList)sender).SelectedIndex;
}</description>
		<content:encoded><![CDATA[<p>Thanks for the great post. It has been a big help in my gridview pagers. I was able to use Top and Bottom pager with page dropdown control handled by this code in the handler:</p>
<p>protected void ddlPages_SelectedIndexChanged(object sender, EventArgs e)<br />
{<br />
// Cast the sender to a Dropdown list and get selectedIndex from that<br />
//  (then we don&#8217;t need to worry if it is coming from top or bottom<br />
//   pager dropdown)<br />
grdvwCompanies.PageIndex = ((DropDownList)sender).SelectedIndex;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Paging in GridView Control by Happy camper</title>
		<link>http://www.kikosantos.net/tech/2006/05/custom-paging-in-gridview-control/comment-page-2/#comment-254</link>
		<dc:creator>Happy camper</dc:creator>
		<pubDate>Thu, 17 Dec 2009 19:21:26 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/05/17/custom-paging-in-gridview-control/#comment-254</guid>
		<description>I think that when number of records will be less then size of the page then BottomPagerRow will be not visible, isn't it?</description>
		<content:encoded><![CDATA[<p>I think that when number of records will be less then size of the page then BottomPagerRow will be not visible, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataFormatString For DateTime Column by admin</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-253</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:49:44 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-253</guid>
		<description>for .net 1.1, you can set the value of your DateTime column’s DataFormatString property to “{0:d}”</description>
		<content:encoded><![CDATA[<p>for .net 1.1, you can set the value of your DateTime column’s DataFormatString property to “{0:d}”</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DataFormatString For DateTime Column by Ionutzu</title>
		<link>http://www.kikosantos.net/tech/2006/09/dataformatstring-for-datetime-column/comment-page-1/#comment-252</link>
		<dc:creator>Ionutzu</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/09/01/dataformatstring-for-datetime-column/#comment-252</guid>
		<description>But there is no HTMLEncode property in .Net 1.1 . got any other ideas?</description>
		<content:encoded><![CDATA[<p>But there is no HTMLEncode property in .Net 1.1 . got any other ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Multiple Version of .Net Framework in IIS 6.0 by Running Multiple Version of .Net Framework in IIS 6.0 &#171; Me.Thoughts.ToString()</title>
		<link>http://www.kikosantos.net/tech/2006/06/running-multiple-version-of-net-framework-in-iis-60/comment-page-1/#comment-250</link>
		<dc:creator>Running Multiple Version of .Net Framework in IIS 6.0 &#171; Me.Thoughts.ToString()</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:25:33 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/06/15/running-multiple-version-of-net-framework-in-iis-60/#comment-250</guid>
		<description>[...] Read the full article&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the full article&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by Valerie</title>
		<link>http://www.kikosantos.net/tech/2008/06/import-yahoo-360-blog-to-wordpress/comment-page-1/#comment-204</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Sun, 30 Aug 2009 23:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-204</guid>
		<description>Thanks for writing this great blog I really enjoyed.</description>
		<content:encoded><![CDATA[<p>Thanks for writing this great blog I really enjoyed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Document Outline for Client Script in Visual Studio 2005 by Ollie</title>
		<link>http://www.kikosantos.net/tech/2008/10/document-outline-for-client-script-in-visual-studio-2005/comment-page-1/#comment-246</link>
		<dc:creator>Ollie</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=19#comment-246</guid>
		<description>This is super slow!

It takes forever when u change between js files</description>
		<content:encoded><![CDATA[<p>This is super slow!</p>
<p>It takes forever when u change between js files</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by LitDra</title>
		<link>http://www.kikosantos.net/tech/2008/06/import-yahoo-360-blog-to-wordpress/comment-page-1/#comment-189</link>
		<dc:creator>LitDra</dc:creator>
		<pubDate>Sat, 30 May 2009 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-189</guid>
		<description>Thanks for your great tool! At first I didn't succeed. The error information always appeared and nothing was done. However, I tried later and it worked well! For those who have problems with this tool, please keep patient and try it other time. You will see it amazing!</description>
		<content:encoded><![CDATA[<p>Thanks for your great tool! At first I didn&#8217;t succeed. The error information always appeared and nothing was done. However, I tried later and it worked well! For those who have problems with this tool, please keep patient and try it other time. You will see it amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by Rico</title>
		<link>http://www.kikosantos.net/tech/2008/06/import-yahoo-360-blog-to-wordpress/comment-page-1/#comment-194</link>
		<dc:creator>Rico</dc:creator>
		<pubDate>Tue, 19 May 2009 18:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-194</guid>
		<description>I tried to import my blog using your Yahoo360 to wordpress tool and I got this message ...

Sorry, there has been an error.

The uploaded file exceeds the upload_max_filesize directive in php.ini.

can you tell me what I can do to finish the import process? I really want out of Yahoo and do not want to leave my content behind ...

please reply to my e-mail address, please.</description>
		<content:encoded><![CDATA[<p>I tried to import my blog using your Yahoo360 to wordpress tool and I got this message &#8230;</p>
<p>Sorry, there has been an error.</p>
<p>The uploaded file exceeds the upload_max_filesize directive in php.ini.</p>
<p>can you tell me what I can do to finish the import process? I really want out of Yahoo and do not want to leave my content behind &#8230;</p>
<p>please reply to my e-mail address, please.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
