saving data from datagridview when row is filled
Hi, I have DataGridView control (with binding data).When user add new row and fill it, their is button that allows to save data from row to database. I do not want my program to work in that way. I want new record to be saved after user fill current row.
thanks