namxam Posted September 5, 2006 Posted September 5, 2006 In our application we have created a page where we use a gridview to show a long list of database records the user can select from. When the user selects one, the ID of the record is stored in a session (as we operate in a closed, controlled environment, we can assure the availability of cookies). Now, when the user leaves the page and returns later on, we need to preselect the row with the dataitem presenting the ID we stored in our session. This might be such an obvious thing, but we were not able to replicate such behavior. Thnak you in advance! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.