I trying to remove a row from datagridview.
it removes on datagridview but not from the database"
dataGridView1.Rows.Remove(dataGridView1.CurrentRow);
how can i remove it?
and if i have this colums in the database: AB || AC || AD || AE
and on datagridview i have only : AC || AE
can i select the value form column AB in the code?