asp.net - Why need WizardStep objects be represented as …? -


This is probably a stupid question, but still ..


A Wizard control is a collection of WizardStep objects, representing a single step of the wizard, but why it izardStep object controls (Thus it requires the runat = Server attribute)? They ListItem objects, which do not require the runat attribute, but can be accessed via the Parent_Control.Item property instead?


thanx

control wizardstep Keep containers for other controls, which makes them non-trivial, while catalogs are simply simple commands made of a string and an id and many more.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -