narasiman rao

narasiman rao

  • NA
  • 519
  • 746.5k

hwo to validate null values in data grid view using csharp

Jan 12 2013 12:16 AM


  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.

Answers (4)