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

MasterPage and TabStrip Control

3 Answers 108 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Masoud_TB
Top achievements
Rank 1
Masoud_TB asked on 01 Nov 2008, 01:56 PM
I was wondering if I can find a way to put my tabStrip in a master page and add tabs from the content page in design time.

If there is such a functionality please let me know.

Regards,
Masoud Tabatabaei
http://www.tabatabaei.info

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 05 Nov 2008, 03:41 PM
Hello Masoud_TB,

No, you cannot modify the controls in design-time from the content page if they (the controls) are on the master page. This is how VS operates.

Regards,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Masoud_TB
Top achievements
Rank 1
answered on 07 Nov 2008, 05:39 AM
Dear Paul,
What about runtime or in code (Html) mode?

Regards,
Masoud
0
Missing User
answered on 10 Nov 2008, 03:21 PM
Hi Masoud_TB,

I created my master page and declared my tabs statically inside it. Then beneath the RadTabStrip control I placed a ContentPlaceHolder that is overriden from each web content form. Each tab and subtab in the RadTabStrip control has the NavigateUrl set to one of my web content forms.

I am now working to select the correct tab and subtab in the RadTabStrip control depending on which of the web content forms we are visiting. I am using my own way of doing it but I wonder if I can do it via the tab click event...
Tags
TabStrip
Asked by
Masoud_TB
Top achievements
Rank 1
Answers by
Paul
Telerik team
Masoud_TB
Top achievements
Rank 1
Missing User
Share this question
or