<?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/"
	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>Comments on: ASP.Net DataGrids one button Update</title>
	<atom:link href="http://dotnetworkaholic.com/2004/08/01/aspnet-datagrids-one-button-to-update-them-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetworkaholic.com/2004/08/01/aspnet-datagrids-one-button-to-update-them-all/</link>
	<description>Atlanta based .Net Developer/ Architect</description>
	<lastBuildDate>Fri, 04 May 2012 01:56:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Paul Lockwood</title>
		<link>http://dotnetworkaholic.com/2004/08/01/aspnet-datagrids-one-button-to-update-them-all/#comment-7</link>
		<dc:creator><![CDATA[Paul Lockwood]]></dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetworkaholic.com/aspnet-datagrids-one-button-to-update-them-all/#comment-7</guid>
		<description><![CDATA[Thanks for the translation for the VB.Net users. The post has only had five views so far but there must be many projects worldwide who are in need of that snippet. With luck Google will cache it and more people will find it.

Brendon highlights a great point about the .Net Framework. If something does not work out of the box, then because the inner workings of the framework are exposed we can often work around such problems.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the translation for the VB.Net users. The post has only had five views so far but there must be many projects worldwide who are in need of that snippet. With luck Google will cache it and more people will find it.</p>
<p>Brendon highlights a great point about the .Net Framework. If something does not work out of the box, then because the inner workings of the framework are exposed we can often work around such problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon Schwartz</title>
		<link>http://dotnetworkaholic.com/2004/08/01/aspnet-datagrids-one-button-to-update-them-all/#comment-6</link>
		<dc:creator><![CDATA[Brendon Schwartz]]></dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetworkaholic.com/aspnet-datagrids-one-button-to-update-them-all/#comment-6</guid>
		<description><![CDATA[That is a great suggestion. I think too many people that get into ASP.NET don&#039;t think of the objects as being actual class and being able to code against them in such a way. Great blog and I hope to see more!]]></description>
		<content:encoded><![CDATA[<p>That is a great suggestion. I think too many people that get into ASP.NET don&#8217;t think of the objects as being actual class and being able to code against them in such a way. Great blog and I hope to see more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stillers</title>
		<link>http://dotnetworkaholic.com/2004/08/01/aspnet-datagrids-one-button-to-update-them-all/#comment-5</link>
		<dc:creator><![CDATA[stillers]]></dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetworkaholic.com/aspnet-datagrids-one-button-to-update-them-all/#comment-5</guid>
		<description><![CDATA[You are the man! I used it in vb.net:
 If dgResults.EditItemIndex &gt; -1 Then
 dgResults_UpdateCommand(dgResults, New DataGridCommandEventArgs(dgResults.Items(dgResults.EditItemIndex), dgResults, New System.Web.UI.WebControls.CommandEventArgs(&quot;Update&quot;, &quot;&quot;)))
 End If

and it works perfect! datagrid = dgResults]]></description>
		<content:encoded><![CDATA[<p>You are the man! I used it in vb.net:<br />
 If dgResults.EditItemIndex &gt; -1 Then<br />
 dgResults_UpdateCommand(dgResults, New DataGridCommandEventArgs(dgResults.Items(dgResults.EditItemIndex), dgResults, New System.Web.UI.WebControls.CommandEventArgs(&quot;Update&quot;, &quot;&quot;)))<br />
 End If</p>
<p>and it works perfect! datagrid = dgResults</p>
]]></content:encoded>
	</item>
</channel>
</rss>

