Tue
8
May '07
Like this:
foreach (GridViewRow gvr in GridView1.Rows)
{
TextBox t = (TextBox)gvr.Cells[0].Controls[0];
// Response.Write("<br />" + t.Text);
}

Leave a passing comment »