Hello,
This is probably a stupid question, but still..
A Wizard control is made up of a collection of WizardStep objects that represent single steps of a wizard. But why are these W*izardStep* object represented as controls ( thus they require runat=Server attribute )?Couldn’t they be handled similarly to ListItem objects, which don’t require runat attribute, but are instead accessed via *Parent_Control.Item* property?
thanx