6
Reply

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

Bharathi Raja

Bharathi Raja

Sep 15 2017 3:52 AM
224
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)