Bharathi Raja

Bharathi Raja

  • NA
  • 1.1k
  • 53.5k

how to check datagridview cell is empty in c# windows forms

Sep 15 2017 3:52 AM
I have try this code not work all values to show.. 
 
if (dataGridView1.DataSource != null)
{
dataGridView1.Rows.Add(emp_id, emp_name, cur_date, cur_month, maka_ot, bat, sal_ad, sal_wa, total);
}
 
 

Answers (6)