add data in datagridview without delete old data
if datagridview datasource is not null then how to add new data without delete old record
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 16, 2015, 7:13 AM
If, say, your DGV is bound to a DataTable, then you could add a new row to the DataTable and hence to the DGV with code such as this: