how to save newly added records alone in datagridview

Posted by Oswaldlily under VB.NET on 4/25/2014 | Points: 10 | Views : 1237 | Status : [Member] | Replies : 1
In datagridview , I want to save newly added rows..How to track newly added records alone but not the record already existing..

I need under ButtonSave_Click event




Responses

Posted by: Saranpselvam on: 4/25/2014 [Member] Starter | Points: 25

Up
0
Down
HI

if you have inserted date and time in the table . then you can select only recent inserted date records only through your sql query and then you bind it into gridview



Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response