if (e.Row.RowType == DataControlRowType.DataRow) { string a = ((Label)e.Row.FindControl("label1")).Text;//获取每行控件ID为label1的文本值 }