how can I pass information from one wizard page to another one? I have
a page with a combo and the next page needs to know the combo's selected
option
to refresh some information. I expected that the method createControl
would be
called again when the previous page's next button was pushed, but it
didn't happen.