hockeylvr
Technical User
- Nov 26, 2002
- 140
I'm sure the answer to my question is in the forum somewhere but I can't figure out what I should be looking for. I have a page with a drop down list (DropDownList1)
and a Select button. When the item is selected from the ddl DataGrid1 appears with the appropriate data. The first column of the data grid is a hyperlink which goes to a details page (details.aspx)for viewing only.
I want the user to be able to click on the "Home" button on details.aspx and have DataGrid1 have remained on the first page and still populated with the selections so the user can select another item for viewing.
Right now the DataGrid1 disappears on return to the home page.
Am I looking for SessionState, ApplicationState??
Thanks!
and a Select button. When the item is selected from the ddl DataGrid1 appears with the appropriate data. The first column of the data grid is a hyperlink which goes to a details page (details.aspx)for viewing only.
I want the user to be able to click on the "Home" button on details.aspx and have DataGrid1 have remained on the first page and still populated with the selections so the user can select another item for viewing.
Right now the DataGrid1 disappears on return to the home page.
Am I looking for SessionState, ApplicationState??
Thanks!