hwo to validate null values in data grid view using csharp
if (datagridView[j, i].Value != null)
i try the above code and validate the null values in data grid view but it is not working.
from my above code please check it and give the solution.
how to validate the null values in data grid view.