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

Tabstrip in masterpage : ajax?

1 Answer 94 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Tgaud
Top achievements
Rank 1
Tgaud asked on 27 Jul 2009, 12:41 PM
Hi,

I have a tabstrip in my masterpage,  who let me switch between contentes pages by a responde.redirect when i click on a tab.

The problem i have, is that the whole page is refreshed, even the tabstrip


Here is my masterpage structure :


<head>
<contentpage head things>
</head>

<body>
< Main image of the site>
<radajaxmanager>
<radscriptmanager>
<Radtabstrip>
<content page1>
</body>

I want to click on a tab, and to refresh only the content page and the Radtabstrip.
I dont want to refresh the whole page, neither the image on the top of the site.


How can i do for this?

i tried to use "ajax manager" on tabstrip to control the tabstrip_Id/contentpage_Id but there is a whole refresh.


1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 29 Jul 2009, 12:16 PM
Hi Tgaud,

This is expected behavior as you're actually navigating to a new page; you are not making a postback, thus you cannot ajaxify it.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Tgaud
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or