' /> />....protected void BtnClick(object sender,EventArgs e){for (int i = 0; i < gridview1.Rows.Count; i++) {Lable lbl= (Lable )this.gridview.Row[i].FindControl("lbl1") MessageBox(lbl.Text); }}