I can't seem to figure out why a dynamically added pageview (using the format of the wizard example on the demo page) is rendered as a div outside the div rendered for the multipage control. I have the pageview being added as a usercontrol in the event when the user clicks on the tab. It works fine as long as I click on the tabs in a certain order (tab1 then tab3 then tab2). However if I click in the traditional order (tab1 then tab2 then tab3) I noticed that the pageview is rendered as a div WITHOUT being nested inside the multiplage div, which of course messes up my formatting. I have a lot of code to illustrate the problem but was hoping the description itself might give someone enough information to head me in the right direction. If needed I can send source code.
Keith