Label lbl2 = e.Row.FindControl("lblName") as Label;
Label lbl3 = e.Row.FindControl("lblKeyword") as Label;
Label lbl4 = e.Row.FindControl("lblKey") as Label;
 
 
foreach (GridViewRow rows in gvRules.Rows) {  
 lbl1.Text + "If" + lbl3.Text + "then Action " + lbl2.Text +;  
 } I want to add the labels in in for each condition..i want this as like a sentence while bind grid ..plz sahre ur idea