G
Guest
I am using the asp.net 2.0 wizard with 5 steps and would like to do the
following:
Load a different .ascx (control) into each of the 5 steps
I can load them fine but I notice that every time I navigate between steps,
the entire UI 'flickers'.
By debugging the problem, I noticed that the page_load event for each of the
controls is called each time I click 'Next' or 'Previous' in the wizard
instead of just the control that got loaded into that step. Perhaps this
posting back to server each time is triggering the 'flicker'. I am not sure.
Any help/feeback will help!
Thanks
following:
Load a different .ascx (control) into each of the 5 steps
I can load them fine but I notice that every time I navigate between steps,
the entire UI 'flickers'.
By debugging the problem, I noticed that the page_load event for each of the
controls is called each time I click 'Next' or 'Previous' in the wizard
instead of just the control that got loaded into that step. Perhaps this
posting back to server each time is triggering the 'flicker'. I am not sure.
Any help/feeback will help!
Thanks