I need to insert newly entering values into database..
So i m using Datagridview_Rowsadded which gets called even while screen gets load.
As a result,all old values in datagridview also gets inserted newly again & again...
How shall i avoid it by making insert possible only for newly entering values???????????????