----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Swami_SRS Message 4 in Discussion Hi, I guess there is no direct way for your requirement. You have to persist the records selected on a given page ( using its primary key ) and use this when the same page is navigated again. The flow would be like this: 1. Suppose, In page 1 records 3 and 5 are selected. 2. When the next link is clicked, store the primary key values of the third and fifth record in "some container". 3. When the page 1 is navigated again, loop through the entries in the container and select all the records in the grid, which are present in the container. The "some container" can be one of: Session, ViewState, or even an input hidden item. I would suggest avoiding session, though it seems to be the easiest implementation. Hope this helps, Swami. Note: Its better to go by Primary Key value, though persisting the record index also will work if the result set is not going to be sorted. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
