In my website, I have a gridview which has datasource dynamically bound from database table.
Now I want that when a user clicks in a cell of the gridview it becomes editable and he can edit the cell values and update the database accordingly.
I don't wish to use the in-built edit, delete and update buttons of gridview. How can I do that?