Set DetailsView as selected row of GridView
- by Nix
I am afraid this is a brain fart question. But I have searched around and have not been able to find the answer.
I am creating a GridView/DetailsView page. I have a grid that displays a bunch of rows, when a row is selected it uses a DetailsView to allow for Insert/Update.
My question is what is the best way to link these? I do not want to…