Home All Groups Group Topic Archive Search About

IE Web Controls : TabStrip and Mulitpage

Author
15 Dec 2005 10:12 AM
paris baughman
Would it be possible if somebody could go through how i can DYNAMICALLY add a
tabstrip control and a mulitpage control.  If you could provide some example 
code and give me an explanation on how it works ?  i would be very greatful

thanks
Paris
--
pb070401

Author
15 Dec 2005 4:37 PM
Alvin Bruney - ASP.NET MVP
you'd just need code similar to this
controls.add(new tabstrip());
it's a control so it should behave similar to a dropdown or text box
controls.add(new textbox());

however you would need to pay attention to events and viewstate
participation.
roughly



--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Show quoteHide quote
"paris baughman" <pb070401@donotspam.com> wrote in message
news:B6D35F7A-3AE4-401D-86F6-7873618242C9@microsoft.com...
> Would it be possible if somebody could go through how i can DYNAMICALLY
add a
> tabstrip control and a mulitpage control.  If you could provide some
example
> code and give me an explanation on how it works ?  i would be very
greatful
>
> thanks
> Paris
> --
> pb070401