Try this..
this will help you, i worked with it..working fine..
foreach (GridViewRow row in gvItems.Rows)
{
String Str=Convert.ToString(((TextBox)row.FindControl("TextboxID")).Text);
}
If this one not helping you, then place your code here, which's not working..or be more specific about your problem.