I have taken a grid view and I want to show the data of that grid view directly to another form when user clicks on edit button.
I have a grid view and I show data on grid view from a table.
I want to the same data to be shown which i am showing in grid view in a format of form using table when i click on edit button.
How can i do that in asp.net??