Hi,
I have a gridview with a footer template with add linkbutton where user can add one more row to the gridview.. Initially the gridview will have data from a table and after a new row data is added ,all the data in the gridview along with the previously existing row data should be saved in another table and then we need to bind that table to this gridview only.. How to do this?