Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I have a rather complicated wizard (simplifying a truly scary process) and I need to add pages to it dynamically. This I think I figured out, just use the Add method of the PagesCollection. However, can I set the position of the wizard page? I.e. insert before or after an existing page? Or change its position after it has been added? I don't see any methods or properties that would seem to indicate this can be done.
Second, some of the pages I'll be adding dynamically will be template pages that when I actually add them, I'll need to customize them based on some data. I'm assuming that just providing constructors with arguments to pass in the necessary data and then configure the template would work right?
Thanks!
|