This is a migrated thread and some comments may be shown as answers.

Loading asp.net UserControl into TabStrip

1 Answer 40 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ben Brooks
Top achievements
Rank 1
Ben Brooks asked on 18 Mar 2010, 07:23 PM
Hi,

I am able to load the Tabs dynamically from the server side by appending the tab tag to the string builder. I have also got tabs created by  loading the xml to the TabStrip  as
RadStript1.LoadContentFile("~/App_Data/xyz.xml"
My question is how can I load a custom usercontrol dynamically into these respective tabs?

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 22 Mar 2010, 02:36 PM
Hi Ben Brooks,

It is not possible to load UserControls from an XML file. For scenarios where loading controls into the Tabs is needed, we recommend using RadTabStrip's Templates functionality. You can still load your data from the XML file when using Templates.

Greetings,
Dimitar Milushev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabStrip
Asked by
Ben Brooks
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or