G
Guest
I have a Wizard control with each step using a user control. It seems the
page_load of each user control is called everytime a postback event occurs in
any step. Is there away to communicate to a user control that is it now the
current "page" so I can restrict some of the initialization to occur only
when the step is visible? I have a couple of controls that hit the database
and don't want the overhead if the use isn't even looking at that Wizard step.
Thanks for any hints on this.
page_load of each user control is called everytime a postback event occurs in
any step. Is there away to communicate to a user control that is it now the
current "page" so I can restrict some of the initialization to occur only
when the step is visible? I have a couple of controls that hit the database
and don't want the overhead if the use isn't even looking at that Wizard step.
Thanks for any hints on this.