1
Answer

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

Photo of Ramco Ramco

Ramco Ramco

1y
348
1

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)