<?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 I Learnt Today...</title>
	<atom:link href="http://www.ilearnttoday.com/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ilearnttoday.com</link>
	<description>This is where I share things I learn day by day !</description>
	<pubDate>Tue, 09 Mar 2010 20:41:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on C# ASP.NET - GridView : How to Keep Modified Data of Template Fields when Paging is Enabled? by Opima Jude</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-how-to-keep-modified-data-of-template-fields-when-paging-is-enabled/comment-page-1#comment-367</link>
		<dc:creator>Opima Jude</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=78#comment-367</guid>
		<description>I like the article, its grate. i would love to check out the source code. thanks</description>
		<content:encoded><![CDATA[<p>I like the article, its grate. i would love to check out the source code. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows by Nishant</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-select-multiple-rows-in-a-grid-view-using-check-boxes/comment-page-1#comment-277</link>
		<dc:creator>Nishant</dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=221#comment-277</guid>
		<description>Good work Menol. 
Thanks for helping us all :)</description>
		<content:encoded><![CDATA[<p>Good work Menol.<br />
Thanks for helping us all <img src='http://www.ilearnttoday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows by soma saha</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-select-multiple-rows-in-a-grid-view-using-check-boxes/comment-page-1#comment-151</link>
		<dc:creator>soma saha</dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=221#comment-151</guid>
		<description>hello sir, 
i read your artical, its damm good. but i need more functionality, like, i want to deselect the header checkbox , when any one of the checkbox is deselect, and also i want to select again the header checkbox, when all the checkboxes are selected.
Thanx in advance.....</description>
		<content:encoded><![CDATA[<p>hello sir,<br />
i read your artical, its damm good. but i need more functionality, like, i want to deselect the header checkbox , when any one of the checkbox is deselect, and also i want to select again the header checkbox, when all the checkboxes are selected.<br />
Thanx in advance&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Keep Modified Data of Template Fields when Paging is Enabled? by Bhanu</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-how-to-keep-modified-data-of-template-fields-when-paging-is-enabled/comment-page-1#comment-143</link>
		<dc:creator>Bhanu</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=78#comment-143</guid>
		<description>Hi Menol, 

Thanks for providing the source but my requirement is with checkboxes and textbox fields along with paging. The code is just maintaing the modified fields in session of datatable. My Grid has two columns of checkboxes, image and a textboxes, Am maintaining the states of all the checkboxes and textboxes value too while paging in an arraylist for checkboxes and hashtable for textbox values. But the problem here is I need save all fields values accross pages which are selected and value entered in the textbox. 

Thanks,
Bhanu Ananthoju</description>
		<content:encoded><![CDATA[<p>Hi Menol, </p>
<p>Thanks for providing the source but my requirement is with checkboxes and textbox fields along with paging. The code is just maintaing the modified fields in session of datatable. My Grid has two columns of checkboxes, image and a textboxes, Am maintaining the states of all the checkboxes and textboxes value too while paging in an arraylist for checkboxes and hashtable for textbox values. But the problem here is I need save all fields values accross pages which are selected and value entered in the textbox. </p>
<p>Thanks,<br />
Bhanu Ananthoju</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows by Bhanu</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-select-multiple-rows-in-a-grid-view-using-check-boxes/comment-page-1#comment-142</link>
		<dc:creator>Bhanu</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=221#comment-142</guid>
		<description>Hi Menol,

I need the same source code along with paging,Without paging everything works fine but with paging i want save all the records selected with the checkbox in the grid to the database. Can you please help me out with that example.I have kept them in session for maintaining the states of checkboxes while paging but when we click submit all the selected check boxes accross pages need to be stored into database.

Thanks,
Bhanu Ananthoju.</description>
		<content:encoded><![CDATA[<p>Hi Menol,</p>
<p>I need the same source code along with paging,Without paging everything works fine but with paging i want save all the records selected with the checkbox in the grid to the database. Can you please help me out with that example.I have kept them in session for maintaining the states of checkboxes while paging but when we click submit all the selected check boxes accross pages need to be stored into database.</p>
<p>Thanks,<br />
Bhanu Ananthoju.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Keep Modified Data of Template Fields when Paging is Enabled? by Menol</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-how-to-keep-modified-data-of-template-fields-when-paging-is-enabled/comment-page-1#comment-141</link>
		<dc:creator>Menol</dc:creator>
		<pubDate>Tue, 02 Jun 2009 17:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=78#comment-141</guid>
		<description>Hi Bhanu,

I sent the source code to the email that you had provided.

Glad to help you!

Menol</description>
		<content:encoded><![CDATA[<p>Hi Bhanu,</p>
<p>I sent the source code to the email that you had provided.</p>
<p>Glad to help you!</p>
<p>Menol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Keep Modified Data of Template Fields when Paging is Enabled? by Bhanu</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-how-to-keep-modified-data-of-template-fields-when-paging-is-enabled/comment-page-1#comment-140</link>
		<dc:creator>Bhanu</dc:creator>
		<pubDate>Tue, 02 Jun 2009 10:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=78#comment-140</guid>
		<description>Hi,
Could you please send the source code of this. I need the gridview with checkboxes and textbox fields accross all the pages, I maintained their state when page index is changing in a session value , mean while am even binding those values in the Datatable when page index was changed.
But the problem here when i submit the page, only 1st page values are saved into the datatable.
Could u please send the source code of this so that i can check where did i go wrong in my code.

Thanks,
Bhanu Ananthoju</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Could you please send the source code of this. I need the gridview with checkboxes and textbox fields accross all the pages, I maintained their state when page index is changing in a session value , mean while am even binding those values in the Datatable when page index was changed.<br />
But the problem here when i submit the page, only 1st page values are saved into the datatable.<br />
Could u please send the source code of this so that i can check where did i go wrong in my code.</p>
<p>Thanks,<br />
Bhanu Ananthoju</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Fibonacci Sequence Relates to Nature by Sandun</title>
		<link>http://www.ilearnttoday.com/index.php/how-fibonacci-sequence-relates-to-nature/comment-page-1#comment-134</link>
		<dc:creator>Sandun</dc:creator>
		<pubDate>Fri, 29 May 2009 06:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=256#comment-134</guid>
		<description>It's an interesting topic, good work.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an interesting topic, good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows by Menol</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-select-multiple-rows-in-a-grid-view-using-check-boxes/comment-page-1#comment-111</link>
		<dc:creator>Menol</dc:creator>
		<pubDate>Tue, 19 May 2009 10:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=221#comment-111</guid>
		<description>Thanks dear friend,

I'm so glad to see a comment from you in my blog...!!!</description>
		<content:encoded><![CDATA[<p>Thanks dear friend,</p>
<p>I&#8217;m so glad to see a comment from you in my blog&#8230;!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows by Suraj Palapathwela</title>
		<link>http://www.ilearnttoday.com/index.php/c-aspnet-gridview-select-multiple-rows-in-a-grid-view-using-check-boxes/comment-page-1#comment-110</link>
		<dc:creator>Suraj Palapathwela</dc:creator>
		<pubDate>Tue, 19 May 2009 10:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://ilearnttoday.wordpress.com/?p=221#comment-110</guid>
		<description>Good work brother, I had a requirement for this.</description>
		<content:encoded><![CDATA[<p>Good work brother, I had a requirement for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
