For the registration process, we have 5 different pages which the developer jammed into a single page (each of the 5 sections is a usercontrol).
Only one control is set to visible at a time.
It seems that each control's page_load
event is fired at the same time.
Is this a design problem or is it expected behavior?