I have a RadPanelBar like below,
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??
| <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??