Am new to asp.net
Here is what I need to do: I've an asp.net page called Results.aspx which has got 8 AJAX collapsible panels and a gridview control binded to database.It also has pagination functionality.
From this page, user can navigate to other pages in the application.When he comes back to Results.aspx,I need to persist states of the following areas: 1.All collapsible panels 2.Gridview control 3.Pagination
What is the most efficient way of achieving this in asp.net other then using asp.net sessions?