How to Add,Modify,Delete Rows in DataTable which has been populated with Data From Database table?
Hi,
I am creating a DataTable object which i am populating it with data from database and binding it to gridview control... I want to update,delete rows in this DataTable object without affecting the Datain my sql table and also bind this DataTable object to Gridview.. How to do this?