Hi
I am getting error - operator == cannot be applied to operands of type object and boolean.
Status is of type bit .
String Status = row["status"] == true ? "Active" : "Blocked";
Thanks