Hi, I am new to c# and was wondering could someone help me. i am trying to valiate a cell in my datagrid view so that when a minus value is entered, i will get an error, i am unsure of how this is completed, i have tried a few things and it does not work, this is the latest thing i have tried
if (row.Cells[3].Value.ToString () >= -1)