<?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"
	>
<channel>
	<title>Comments for Me.Thoughts.ToString()</title>
	<atom:link href="http://www.kiko-santos.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kiko-santos.com</link>
	<description>My thoughts about things technical</description>
	<pubDate>Wed, 07 Jan 2009 17:28:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Custom Paging in GridView Control by Aki</title>
		<link>http://www.kiko-santos.com/2006/05/custom-paging-in-gridview-control/#comment-704</link>
		<dc:creator>Aki</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:22:40 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/05/17/custom-paging-in-gridview-control/#comment-704</guid>
		<description>I guess the Paginate need some tweak. Here is my code and it works fine. In the original code of Paginate, the Previous button will generate error when it goes beyond Index 0.

My code is :

  protected void Paginate(object sender, CommandEventArgs e)
    {
        // get the current page selected
        int intCurIndex = grdChild.PageIndex;

        switch (e.CommandArgument.ToString().ToLower())
        {
            case "first":
                grdChild.PageIndex = 0;
                break;
            case "prev":
                if (intCurIndex &#62; 0)
                    grdChild.PageIndex = intCurIndex - 1;
                break;
            case "next":
                if (intCurIndex &#60; grdChild.PageCount - 1)
                    grdChild.PageIndex = intCurIndex + 1;
                break;
            case "last":
                grdChild.PageIndex = grdChild.PageCount - 1;
                break;
        }

        // popultate the gridview control
             getDatasource();
    }

Also, in the aspx page add the folling in the 4 page buttons: OnCommand="Paginate".</description>
		<content:encoded><![CDATA[<p>I guess the Paginate need some tweak. Here is my code and it works fine. In the original code of Paginate, the Previous button will generate error when it goes beyond Index 0.</p>
<p>My code is :</p>
<p>  protected void Paginate(object sender, CommandEventArgs e)<br />
    {<br />
        // get the current page selected<br />
        int intCurIndex = grdChild.PageIndex;</p>
<p>        switch (e.CommandArgument.ToString().ToLower())<br />
        {<br />
            case &#8220;first&#8221;:<br />
                grdChild.PageIndex = 0;<br />
                break;<br />
            case &#8220;prev&#8221;:<br />
                if (intCurIndex &gt; 0)<br />
                    grdChild.PageIndex = intCurIndex - 1;<br />
                break;<br />
            case &#8220;next&#8221;:<br />
                if (intCurIndex &lt; grdChild.PageCount - 1)<br />
                    grdChild.PageIndex = intCurIndex + 1;<br />
                break;<br />
            case &#8220;last&#8221;:<br />
                grdChild.PageIndex = grdChild.PageCount - 1;<br />
                break;<br />
        }</p>
<p>        // popultate the gridview control<br />
             getDatasource();<br />
    }</p>
<p>Also, in the aspx page add the folling in the 4 page buttons: OnCommand=&#8221;Paginate&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Document Outline for Client Script in Visual Studio 2005 by guaike</title>
		<link>http://www.kiko-santos.com/2008/10/document-outline-for-client-script-in-visual-studio-2005/#comment-687</link>
		<dc:creator>guaike</dc:creator>
		<pubDate>Fri, 19 Dec 2008 08:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=19#comment-687</guid>
		<description>Nice work!But i can’t download the source code from:http://www.geocities.com/evgenypages/ScriptOutline.zip
Could you please send the source code for me?
My e-mail:jrt324@gmail.com

thanks!
Jim</description>
		<content:encoded><![CDATA[<p>Nice work!But i can’t download the source code from:http://www.geocities.com/evgenypages/ScriptOutline.zip<br />
Could you please send the source code for me?<br />
My e-mail:jrt324@gmail.com</p>
<p>thanks!<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by chrys from greece</title>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/#comment-657</link>
		<dc:creator>chrys from greece</dc:creator>
		<pubDate>Sun, 07 Dec 2008 12:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-657</guid>
		<description>Thank you Kiko! I followed your guidelines and it worked! Check it out at www.chrysfromgreece.com</description>
		<content:encoded><![CDATA[<p>Thank you Kiko! I followed your guidelines and it worked! Check it out at <a href="http://www.chrysfromgreece.com" rel="nofollow">http://www.chrysfromgreece.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by Chrys From Greece &#187; Blog Archive &#187; We did it! The two blogs are now one!</title>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/#comment-656</link>
		<dc:creator>Chrys From Greece &#187; Blog Archive &#187; We did it! The two blogs are now one!</dc:creator>
		<pubDate>Sun, 07 Dec 2008 12:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-656</guid>
		<description>[...] you Kiko Santos for creating this software and once again thanks to Camilo de la capital de la montagna for finding the Right link, haha!  [...]</description>
		<content:encoded><![CDATA[<p>[...] you Kiko Santos for creating this software and once again thanks to Camilo de la capital de la montagna for finding the Right link, haha!  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically number rows in a SELECT T-SQL statement (SQL Server 2000) by michael</title>
		<link>http://www.kiko-santos.com/2006/07/dynamically-number-rows-in-a-select-t-sql-statement-sql-server-2000/#comment-643</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 05 Dec 2008 17:14:17 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/07/09/dynamically-number-rows-in-a-select-t-sql-statement-sql-server-2000/#comment-643</guid>
		<description>thanks great info.</description>
		<content:encoded><![CDATA[<p>thanks great info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by SonDan</title>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/#comment-628</link>
		<dc:creator>SonDan</dc:creator>
		<pubDate>Wed, 03 Dec 2008 01:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-628</guid>
		<description>Hello! 

Will someone, anyone please help with this or has this blog been abandoned? I will check back later.

Thank You</description>
		<content:encoded><![CDATA[<p>Hello! </p>
<p>Will someone, anyone please help with this or has this blog been abandoned? I will check back later.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically number rows in a SELECT T-SQL statement (SQL Server 2000) by Genc</title>
		<link>http://www.kiko-santos.com/2006/07/dynamically-number-rows-in-a-select-t-sql-statement-sql-server-2000/#comment-619</link>
		<dc:creator>Genc</dc:creator>
		<pubDate>Fri, 28 Nov 2008 08:28:57 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/07/09/dynamically-number-rows-in-a-select-t-sql-statement-sql-server-2000/#comment-619</guid>
		<description>fucking cool man... :) u saved me a lot of time
grazie mille</description>
		<content:encoded><![CDATA[<p>fucking cool man&#8230; :) u saved me a lot of time<br />
grazie mille</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by SonDan</title>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/#comment-583</link>
		<dc:creator>SonDan</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-583</guid>
		<description>I have a question that I hope you will take time out to answer:

Once all of the information is transferred - is it possible to add to the Y360 page and create another new xlm file and import it into Wordpress with it just picking up the new entries? Or will the previously transferred entries be duplicated?

Please advise at your earliest convenience.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have a question that I hope you will take time out to answer:</p>
<p>Once all of the information is transferred - is it possible to add to the Y360 page and create another new xlm file and import it into Wordpress with it just picking up the new entries? Or will the previously transferred entries be duplicated?</p>
<p>Please advise at your earliest convenience.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Yahoo! 360 Blog To WordPress by SonDan</title>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/#comment-576</link>
		<dc:creator>SonDan</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kiko-santos.com/?p=17#comment-576</guid>
		<description>Yipee!!!!

I *finally* got it to work after many many tries over many many months.

My problem was simple. I was not giving the program enough time to do it's thing. There is no indicator as to whether it is working or not and I thought it had stalled/crashed -- but found out after checking to see what  "Processes" were running that is was just very slow to work on my PC.

I can't thank you enough for this miracle progream. I will spread the good word.

Now I just have to (1) delete the posts that I had added manually and (2) add all of my photos to Wordpress that I had on Y360 and I am good to go.

Any advice you can give on transferring the photos would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Yipee!!!!</p>
<p>I *finally* got it to work after many many tries over many many months.</p>
<p>My problem was simple. I was not giving the program enough time to do it&#8217;s thing. There is no indicator as to whether it is working or not and I thought it had stalled/crashed &#8212; but found out after checking to see what  &#8220;Processes&#8221; were running that is was just very slow to work on my PC.</p>
<p>I can&#8217;t thank you enough for this miracle progream. I will spread the good word.</p>
<p>Now I just have to (1) delete the posts that I had added manually and (2) add all of my photos to Wordpress that I had on Y360 and I am good to go.</p>
<p>Any advice you can give on transferring the photos would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Paging in GridView Control by Bijay Mandal</title>
		<link>http://www.kiko-santos.com/2006/05/custom-paging-in-gridview-control/#comment-492</link>
		<dc:creator>Bijay Mandal</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:59:16 +0000</pubDate>
		<guid isPermaLink="false">https://kikosantos.wordpress.com/2006/05/17/custom-paging-in-gridview-control/#comment-492</guid>
		<description>Code provided is excellent</description>
		<content:encoded><![CDATA[<p>Code provided is excellent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
