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

Load user controls dynamically using Tab strip

2 Answers 51 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ravi Kumar
Top achievements
Rank 1
Ravi Kumar asked on 23 Nov 2010, 07:46 PM
Hi Guys,

Scenarios: Using RadAjaxManager/Update Panel

Master Page
++++++++++++++++++++++++++++++
Content Page
-----------------------------------------------
Tab1                Tab2                  Tab3
================================
user ctrl1          user ctrl2          user ctrl3     (dynamic loading on tab selection, one control at a time)
================================

-----------------------------------------------
+++++++++++++++++++++++++++++
Like this
http://www.telerik.com/help/aspnet/ajax/ajxloadusercontrols.html

Working fine.

Problem:  when i switched to tab2 and see the view source of browser, it shows tab1(user ctrl1) HTML (old HTML not update html).
how to get the latest(updated) html of current tab(ctrl).


Please suggest the appropiate solution.

Regards
Ravi
mcamail2002@gmail.com


2 Answers, 1 is accepted

Sort by
0
Ravi Kumar
Top achievements
Rank 1
answered on 26 Nov 2010, 12:29 PM
Waiting for response from telerik team.


Thanks
Ravi
0
Yana
Telerik team
answered on 26 Nov 2010, 05:07 PM
Hello Ravi,

You can get the updated html (after the ajax request) from IE Developer Tools in View -> Source -> DOM (Page) menu. I've attached a short movie to demonstrate the needed steps.

Greetings,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TabStrip
Asked by
Ravi Kumar
Top achievements
Rank 1
Answers by
Ravi Kumar
Top achievements
Rank 1
Yana
Telerik team
Share this question
or