for (int i = 0; i < GridView1.Rows.Count; i++) { Label objLB = GridView1.Rows[i].FindControl("LB_Name");//可以找其它控件 } //其它代码