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

Master page and content Page with RadTabStrip

1 Answer 77 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ambuj
Top achievements
Rank 1
Ambuj asked on 17 Nov 2011, 06:58 AM

Hi,

I am using master page and content pages, master page, we have one user control with telerik:RadTabStrip and telerik:RadTab

Each content pages we using above user control to loads the tabs

Problem :- upon clicking on one tab I have to redirect to "http://199.63.yyy.yyy/standard/default.php" url, when I am trying to give url in NavigationUrl of RadTab ( Please check below) , it's redirecting to all new page, I want it to load in the  Right side Content page,

Please help me how can I do that ??

<telerik:RadTab Text="<%$ Resources:Master, TabSettings %>" Value="GraphicSettings"  NavigateUrl="http://199.63.yyy.yyy/standard/default.php" Visible="<%# Model.TabGraphicSettingsVisible  && ProfileHelper.SettingsVisiblity%>" />

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 21 Nov 2011, 01:07 PM
Hi Ambuj ,

You could use the Target property of the RadTabs.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TabStrip
Asked by
Ambuj
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or