A
Andy B
I have a CheckboxList inside a wizard control. It is in Step1. When I click
the next button I want to check for any selected items and then list them in
step2. In the case of no selected items, say that there are no selected
items. I have tried just about anything I can think of but for some reason
can't get the state of any of the selected items. Any idea how I can try and
deal with this? I put all of the code to check for selected items in the
Wizard_NextButtonClick event.
the next button I want to check for any selected items and then list them in
step2. In the case of no selected items, say that there are no selected
items. I have tried just about anything I can think of but for some reason
can't get the state of any of the selected items. Any idea how I can try and
deal with this? I put all of the code to check for selected items in the
Wizard_NextButtonClick event.