I have a Web Part deployed on a SharePoint site.
The Web Part have some search functionality and when the user clicks a button a CheckBoxList is genereted based on the results of the search. Now the user can select/deselect items from the list and then click another button the should have some other functionality.
My problem is that when the second button is clicked and the page returns the CheckBoxList is now empty. How should a Web Part be designed if I want this two-step thingie to work. I can't seem to figure it out.