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

Finding the nested controls (Dynamic)

1 Answer 81 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Venkat Ganesh
Top achievements
Rank 1
Venkat Ganesh asked on 31 Aug 2009, 06:37 PM
I have a RadPanelBar like below,

<Telerik:RadPanelBar 
<Items> 
   <Telerik:RadPanelItem 
     <Items> 
      <Telerik:RadPanelItem 
    <ItemTemplate> 
      <asp:Panel> 
      </asp:Panel> 
      <Telerik:RadTreeView    .. 


I am loading User controls (dynamically) in the asp:Panel which is nested inside RadPanelItems.. under each asp:Panel I have telerik tree..
Right now I am generating (adding) same user control to five panel items..
Note: For now I have Panel items hardcoded.

1.How do I find the controls inside the user controls? is there any easy and dynamic way??

1 Answer, 1 is accepted

Sort by
0
Venkat Ganesh
Top achievements
Rank 1
answered on 01 Sep 2009, 04:28 PM
Any one?
Tags
PanelBar
Asked by
Venkat Ganesh
Top achievements
Rank 1
Answers by
Venkat Ganesh
Top achievements
Rank 1
Share this question
or