I would like to setup two web pages, the first page would have a GridView on it, and the second page would have a DetailsView.
On the GridView, I will have an "Edit" button. When the user clicks the Edit button, I would like it to take the user to Page 2, with the DetailsView, and display all the details of that record that was selected from the GridView table.
How would I go about's doing this? If anyone has sample code, that would be appreciated.
...
Go to the complete details ...