MultiPage parses child controls (PageViews) to its Controls property that is
Controls collection so by adding PageViews to Controls of MultiPage you
should be fine.
--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi
AspInsiders Member,
www.aspinsiders.com
ASP.NET Forums Moderator,
www.asp.net
AspAlliance Columnist,
www.aspalliance.com
"szabelin" <szabelin@szabelin> kirjoitti viestissä
news:08f401c366b8$247a8250$...
> Is it possible to dynamically add a PageView to MultiPage?
>
> TabStrip has items property, so Tab and TabSeparator can
> be added... how about adding PageView to MultiPage?
>
> If not possible please recommend another client-side tab
> control.
>
> Thank you