Ramco Ramco

Ramco Ramco

  • 440
  • 3.4k
  • 516.1k

Value not getting displayed

Apr 26 2023 6:09 AM

Hi

  I have below condition but value "Done" is not getting displayed

if (row[i].ToString().ToUpper() == "D")
                        row[e.Row.Cells.Count - 2] = "Done";

Thanks


Answers (1)