1
Answer

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

Photo of Ramco Ramco

Ramco Ramco

Aug 19
246
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)