Asp.net C# Master Detail Gridview FormviewI have 2 objectdatasources 1 for the gridview and 1 for the formviewI enabled selection on the gridview and all is well the page loads you select a record and the formview populates with the record. My issue is once the formview is in Insert mode when I select a record on the gridview it is not changing back to display the record I selected. Where could I handle this in the code as I dont see how to access the "Enable Selection" on the gridview in code behind?