All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TabStrip
/
RadTabStrip PostBak
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Sarb
5 posts
Member since:
Jul 2007
Posted 09 Jul 2008
Link to this post
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........
Paul
Admin
4281 posts
Posted 09 Jul 2008
Link to this post
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
Back to Top
Close