Sir,
I am binding the gridview to DataTable object.
Let me explain.
I have a gridview which i populate using a datatable object. This datatable object is loaded from a sql table.
When i edit any of the columns or add a new record i do not want to reflext the changes to the database immediately.. Instead it should only show in the gridview..