How to preselect a Gridview row?

namxam

Newcomer
Joined
Sep 5, 2006
Messages
2
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!
 
Back
Top