Grideview on row command
< asp : GridView ID ="GridView1" runat ="server" AutoGenerateColumns ="false" OnRowCommand ="GridView1_RowCommand"> < Columns > < asp : TemplateField HeaderText ="Name" ItemStyle-Width ="150"> < ItemTemplate > < asp : TextBox ID ="txtName" runat ="server" Text =' <% # Eval("Name") %> ' /> </ ItemTemplate > </ asp : TemplateField > < asp : BoundField DataField ="Country" HeaderText ="Country" ItemStyle-Wi...