#region SAVE AND UPDATE
for (int i = 0; i < rowCount; i++)
{
if (Convert.ToBoolean(dataGridView1.Rows[i].Cells[0].Value) == false)
{
if (dataGridView1.Rows[i].Cells[1].Value != null && string.IsNullOrEmpty(dataGridView1.Rows[i].Cells[1].Value.ToString()) == false)
{
if (dataGridView1.Rows[i].Cells[5].Value == null)
{
}
Plzzz, Anyone Can Help Me.