<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Presentation Controls</title><link>http://forums.asp.net/24.aspx</link><description>ASP.NET data-bound controls such as the DataGrid, DataList, GridView, FormView, DetailsView, and Repeater Controls.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=23&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Edit item template as a paramter??</title><link>http://forums.asp.net/thread/3275422.aspx</link><pubDate>Sun, 05 Jul 2009 14:40:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275422</guid><dc:creator>superguppie</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275422.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=3275422</wfw:commentRss><description>If you use Bind() to put the value into the TextBox, than the value will be in the e.NewValues dictionary in RowUpdating</description></item><item><title>Re: Edit item template as a paramter??</title><link>http://forums.asp.net/thread/3275341.aspx</link><pubDate>Sun, 05 Jul 2009 12:17:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275341</guid><dc:creator>pavan496</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275341.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=3275341</wfw:commentRss><description>&lt;p&gt;To get the text entered in the textbox, use the following code&lt;pre name="code" class="c-sharp"&gt;string text = ((TextBox)(GridView1.Rows[e.RowIndex].FindControl(&amp;quot;TextBox1&amp;quot;))).Text&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;The code is used to search for the control in the current row(the row being updated), and getting its text property.&lt;/p&gt;&lt;p&gt;GridView1 is the ID of the gridview&lt;/p&gt;&lt;p&gt;TextBox1 is the id of the TextBox inside the gridview&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Edit item template as a paramter??</title><link>http://forums.asp.net/thread/3275253.aspx</link><pubDate>Sun, 05 Jul 2009 09:41:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275253</guid><dc:creator>07KillMeNot07</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275253.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=3275253</wfw:commentRss><description>&lt;p&gt;Hi.. I just want to ask on how can I send a value of my edit item template field (textbox), as an update parameter.. Im planning to use the Row Updating event for gridview, but how can i get the value of the textbox?&amp;nbsp; Thnx&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>