string percentage = e.Row.Cells[7].Text;
I am trying to do some dynamic stuff with my GridView, so I have wired up some code to the RowDataBound ev
Label lblSecret = ((Label)e.Row.FindControl("lblSecret"));