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

RadTabStrip PostBak

1 Answer 47 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sarb
Top achievements
Rank 1
Sarb asked on 09 Jul 2008, 01:41 PM
Hi Telerik Team....

I am using the RadTabStrip Contol in this I have 4 tabs and I do AutoPostBack=True , On Each Tab Selected I am Loading UserControl into the Tab. but m doing at Page_Load event (Not on TabClick event) like i check each time....
switch(radTab.SelectedIndex)
{
case 0:
//LoadControl();
break;
case 1:
//LoadControl();
break;
case 2:
//LoadControl();
break;
}

Now i want to use AJAX on it......I tried both way, AJAX update Panel and RadAJAXPanel but both are not working for me.........I don't want to show user that its TabSelecting Request is going to sever........

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 09 Jul 2008, 02:07 PM
Hello Sarb,

Please take a look at our Load On Demand RadPageView example that show the requested functionality.

All the best,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Sarb
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or