<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for .NET Framework tips</title>
	<atom:link href="http://aspnetguru.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspnetguru.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 03 Apr 2009 08:46:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on how to get value from gridview by Dam Thom</title>
		<link>http://aspnetguru.wordpress.com/2008/04/09/how-to-get-value-from-gridview/#comment-160</link>
		<dc:creator>Dam Thom</dc:creator>
		<pubDate>Fri, 03 Apr 2009 08:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://aspnetguru.wordpress.com/2008/04/09/how-to-get-value-from-gridview/#comment-160</guid>
		<description>
     
  
        

&lt;asp:Label ID=&quot;lbAmount&quot; Text=&#039;&#039; runat=&quot;server&quot;  &gt;

 
                                           
&lt;asp:TextBox ID=&quot;txtAmount&quot; Text=&#039;&#039; runat=&quot;server&quot;  width=&quot;20px&quot;&gt;
 

 
 


    



 protected void GridV_RowUpdating(object sender, GridViewUpdateEventArgs e)
    {
        //Get the values stored in the text boxes

        string Amount = ((TextBox)GridV.Rows[e.RowIndex].FindControl(&quot;txtAmount&quot;)).Text;
        string ID = GridV.DataKeys[e.RowIndex].Value.ToString();
        try
        {
            //Prepare the Update Command of the DataSource control            
            SqlService.ExecuteNonQuery(&quot;PR_UpDateTrainingProgram&quot;, CommandType.StoredProcedure, &quot;@ID_iTrainingProgram&quot;, ID, &quot;@iDVHT&quot;, DVHT);
            ClientScript.RegisterStartupScript(GetType(), &quot;Message&quot;, &quot;alert(&#039;Updated successfully!&#039;);&quot;);
            GridV.EditIndex = -1;
            LoadGridV();
        }
        catch (Exception ex) { Modul.ShowError(ex.ToString()); }

    }</description>
		<content:encoded><![CDATA[<p>&lt;asp:Label ID=&#8221;lbAmount&#8221; Text=&#8221; runat=&#8221;server&#8221;  &gt;</p>
<p>&lt;asp:TextBox ID=&#8221;txtAmount&#8221; Text=&#8221; runat=&#8221;server&#8221;  width=&#8221;20px&#8221;&gt;</p>
<p> protected void GridV_RowUpdating(object sender, GridViewUpdateEventArgs e)<br />
    {<br />
        //Get the values stored in the text boxes</p>
<p>        string Amount = ((TextBox)GridV.Rows[e.RowIndex].FindControl(&#8220;txtAmount&#8221;)).Text;<br />
        string ID = GridV.DataKeys[e.RowIndex].Value.ToString();<br />
        try<br />
        {<br />
            //Prepare the Update Command of the DataSource control<br />
            SqlService.ExecuteNonQuery(&#8220;PR_UpDateTrainingProgram&#8221;, CommandType.StoredProcedure, &#8220;@ID_iTrainingProgram&#8221;, ID, &#8220;@iDVHT&#8221;, DVHT);<br />
            ClientScript.RegisterStartupScript(GetType(), &#8220;Message&#8221;, &#8220;alert(&#8216;Updated successfully!&#8217;);&#8221;);<br />
            GridV.EditIndex = -1;<br />
            LoadGridV();<br />
        }<br />
        catch (Exception ex) { Modul.ShowError(ex.ToString()); }</p>
<p>    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VS 2008 Compatibility with Older VS 2005 Add-in Packages by Sanjay Patel</title>
		<link>http://aspnetguru.wordpress.com/2008/01/01/vs-2008-compatibility-with-older-vs-2005-add-in-packages-2/#comment-132</link>
		<dc:creator>Sanjay Patel</dc:creator>
		<pubDate>Sat, 04 Oct 2008 12:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://aspnetguru.wordpress.com/2008/01/01/vs-2008-compatibility-with-older-vs-2005-add-in-packages-2/#comment-132</guid>
		<description>Hi,

This is Sanjay Patel,working in a organization as an Team Leader.we are planing to purchase license for visual studio.net,but i am little confuse with what to take VS 2005 OR VS 2008..currently we are using VS 2005..Can you please help me in the same....</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is Sanjay Patel,working in a organization as an Team Leader.we are planing to purchase license for visual studio.net,but i am little confuse with what to take VS 2005 OR VS 2008..currently we are using VS 2005..Can you please help me in the same&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
