Ramco Ramco

Ramco Ramco

  • 429
  • 3.5k
  • 563.7k

Error - Operator == canot be applied to operands of type object and bo

Aug 19 2024 12:18 PM

Hi

  I am getting error - Operator == canot be applied to operands of type object and boolean

if (row["status"] == true)
{
    Status = "Active";
}

Thanks


Answers (1)