I am using the GridView - AutoGenerateSelectButton = \"True\" to select the row in order to get the Column 1 cell value.
AutoGenerateSelectButton = \"True\"
I have tried:
string id; foreach (GridViewRow rows in grd.Rows) { TextBox lblStrucID = (TextBox)rows.FindControl("grdtext"); id=lblStrucID.Text }