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

Load On Demand in UserControl

1 Answer 66 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Alperozgur
Top achievements
Rank 1
Alperozgur asked on 23 Feb 2010, 11:58 AM
Hi;
I'm trying the trial version of rad web controls in .net2005 framework 2.0. In a page i had a RadPanelBar with 5 RadPanelItem in a RadAjaxPanel.
I had added asp:ScriptManager, telerik:RadAjaxManager with the settings that you have give in the samples. Write the server side code as given in the samples too and it works. When a radpanelitem expanded i'm loading a standard user control (with standard rad or asp items) in it.
I want to has a RadTabStrip in this user control. I had found a sample in your samples that how to load on demand with RadMultiPage in a tabstrip.
I all copied the necessary code from the sample to my usercontrol. when i build it gave the error about adding more than 1 RadScriptManager. And deleted the one in the user control cause i thought it can use the one in the page.
When i build there is no error now. But I can't see the tabstrip in the RadPanelItem.
Where should i check about this problem?

1 Answer, 1 is accepted

Sort by
0
Alperozgur
Top achievements
Rank 1
answered on 23 Feb 2010, 01:21 PM
Solved the problem.. It was requesting a javascript for TabSelecting. I had moved this javascript from usercontrol to main page.
Tags
Ajax
Asked by
Alperozgur
Top achievements
Rank 1
Answers by
Alperozgur
Top achievements
Rank 1
Share this question
or