S
sck10
Hello,
I have a LinkButton that does two things:
1. Open a GridView to view the records to open in the FormView
(fvServiceNotes)
2. Directly open the Formview in Insert mode (fvServiceNotes).
If you select the GridView, it show a list of records. On the
"SelectedIndexChanged" event, it opens the FormView to the correct record.
Everything works fine using the GridView to view and Edit the different
records.
The problem I am having is that if I click on the LinkButton to open the
FormView in insert mode and then cancel, and then click on the LinkButton to
open the Grid, the GridView will show all the rows, but the FormView will
not show when I click the "Select" link on the GridView.
Any help with this would be appreciated.
sck10
I have a LinkButton that does two things:
1. Open a GridView to view the records to open in the FormView
(fvServiceNotes)
2. Directly open the Formview in Insert mode (fvServiceNotes).
If you select the GridView, it show a list of records. On the
"SelectedIndexChanged" event, it opens the FormView to the correct record.
Everything works fine using the GridView to view and Edit the different
records.
The problem I am having is that if I click on the LinkButton to open the
FormView in insert mode and then cancel, and then click on the LinkButton to
open the Grid, the GridView will show all the rows, but the FormView will
not show when I click the "Select" link on the GridView.
Any help with this would be appreciated.
sck10