Hi
I am getting error - Operator == canot be applied to operands of type object and boolean
if (row["status"] == true) { Status = "Active"; }
Thanks