I have a few panels on my ETO form that are switched back and forth with a “next” “back” buttons. Say I have panel 1 and 2.
when a command is triggered on panel 2, form which the command requires to read a Textbox.Text input from panel 1, but since the Textbox itself is not loaded, it does not seem to hold the updated text input from the user (but only holds the default value created on load).
There must be a way to make Eto Panels keep these unloaded controls’ values since if I go back to panel 1, it remembers the value that was changed by the user…
I must be missing something regarding this… Thanks for any help or ideas!
The way I handle multiple panels is to constantly pass a class back and forth between them with the data so that when the form regenerates, it uses the old values.