G
Guest
Hi,
We are populating a CheckedListBox from a database. Based on a selection by the user, the CheckedListBox either contains ALL possible members of a set, or a subset of possible members. The user can click a button to toggle back-and-forth between showing all or some. The question we have is maintaining state of the CheckedListBox. In other words, if a user has selected "Show MY records" and checks a few boxes, then selects "Show ALL records", we want the items the user has already checked to still be checked when the CheckedListBox is redisplayed.
We have tried many approaches to this with no success. Any help will be GREATLY appreciated. Thank you.
We are populating a CheckedListBox from a database. Based on a selection by the user, the CheckedListBox either contains ALL possible members of a set, or a subset of possible members. The user can click a button to toggle back-and-forth between showing all or some. The question we have is maintaining state of the CheckedListBox. In other words, if a user has selected "Show MY records" and checks a few boxes, then selects "Show ALL records", we want the items the user has already checked to still be checked when the CheckedListBox is redisplayed.
We have tried many approaches to this with no success. Any help will be GREATLY appreciated. Thank you.