Hi All,
I am using gridview for add and update process in database.
Process Flow:
Name A B C Command
xx Add
yy 12 13 13 Update
zz 22 33 44 Update
- The first record does not have value in datakey field because there is no record in the database
- The Second record has data key because it has the record available.
- I want to update the datakey field value of the gridview after add process done