I have a dynamic page in my program that loads survey questions with a
text field for the question and up to 10 answer fields inside a panel,
each question/answer has a check box to display the answer in the
survey or not. Each question will only show one extra text field for
additional answers at a time until 10 answers have been reached ie: if
6 answers are filled in, then a 7th one will be empty, 10 answers, no
extra text field.
The time to load the 30+ questions can take 90 seconds (just to load
the GUI), is there any way to improve my GUI's loading time (besides
reducing the number of text fields etc)?
|