how to get the values of updated row in the grid view to textboxes
something like
Updatedtxt.Text=GridView1.SelectedRow.Cells[1].Text;
Label2.Text = GridView1.Rows[GridView1.EditIndex].Cells[2].Text.ToString();
i have got the req result
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.