I need to change a specific cell in GridView , but when I try to do this in RowDataBound :
TextBox x = ((TextBox)e.Row.Cells[i].FindControl("ctl" + tx.PadLeft(2,'0')))
x.Enable = False;
or this way;
((TextBox)e.Row.Cells[i]....
asked by
24.06.2014 / 20:03