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

[Solved] TabStrip() not LoadContentFrom Load from postback

1 Answer 125 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose Granja
Top achievements
Rank 1
Jose Granja asked on 09 Dec 2009, 02:43 PM
Hello,

is there a way of loading each tab strip by postback??? My problem is that each tabstrip would call another page and I want to keep the called page inside the tab. The only way I see of doing that is requesting by post each tab and trying to keep all the content in the tab. I hope u understand my situation. basically is beeing able to navigate throw more than one page keeping the same tab but changing it's content.

cheers

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 10 Dec 2009, 01:49 PM
Hello Jose,

You can achieve your goal only if you persist the state of the tabstrip by yourself. In general ASP.NET MVC is stateless (in contrast to ASP.NET AJAX) and on every postback the tabstrip will be created with the data defined when it is declared.
I suppose that tabstrip will be placed in a master page. If this is the case, you simply can use hidden field where you can save important information which shows you what should be the content of the tabstrip in the new page.

Regards,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabStrip
Asked by
Jose Granja
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or