I can see that being used for saving the session in case the browser goes to heck. But what I'm trying to do is save the checked items in the grid views, list views, etc into the database because the viewing is going to be done from a completely different
PC. That's why I need to store the checked items in the database. Writing/Reading the info from the database I know how to do. What I need to know is how to store the selection options and write them to the database table and retrieve those checked items later
when the same record is viewed. Certain users will have the ability to create requests, while others can create/view/manage them. I have a Grid View and a couple Data List controls.
All-Star
35169 Points
9930 Posts
Moderator
Re: Proper way to store state of gridview checkboxes in database and retrieving them later by ind...
Dec 22, 2017 11:15 AM|bbcompent1|LINK
I can see that being used for saving the session in case the browser goes to heck. But what I'm trying to do is save the checked items in the grid views, list views, etc into the database because the viewing is going to be done from a completely different PC. That's why I need to store the checked items in the database. Writing/Reading the info from the database I know how to do. What I need to know is how to store the selection options and write them to the database table and retrieve those checked items later when the same record is viewed. Certain users will have the ability to create requests, while others can create/view/manage them. I have a Grid View and a couple Data List controls.