I have a grid view with three bound field columns and a template filed column.
The template field column has three buttons (edit, view, and delete).
So every row has those three buttons.
How can I dynamically change the content of the grid view when the edit button is clicked?
Also delete a row when delete button is clicked?