Ramco Ramco

Ramco Ramco

  • 422
  • 3.4k
  • 491.4k

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)