I have a section of a form where the controls (text boxs, labels etc) need to be built at run time depending on options a user has selected. There will probably be about 7 – 10 different layouts in all.
What’s the best way to go about creating and maintaining them?
Cheers
Luke
It would be helpful to know more about the specifics of your situation (what kind of options are we talking about?)
But off the top of my head, I’d guess you probably want to create a set of
Panels which would contain the appropriate controls then hide or show them depending on the options.