anjumathi kumar

anjumathi kumar

  • NA
  • 54
  • 49.4k

GridView

Jul 15 2011 2:07 AM
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

Answers (1)