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

binding data in PanelBar

0 Answers 64 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Metalvoice
Top achievements
Rank 1
Metalvoice asked on 13 Oct 2009, 08:39 AM
HI
i am trying to bind SQL data inside the PanelBar Q3 item but when i run the app nothing appear my PanelBar inside a asp:Repeater
here is my code:
 <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Gray"    Width="100%" Height="200">  
            <Items> 
            <telerik:RadPanelItem runat="server"  Expanded="true">  
            
            <ItemTemplate>   
            <runat="server" id="DateTimeTab">  
            <%#DataBinder.Eval(Container.DataItem, "AddedDate", " {0:HH:mm:ss}&nbsp;&nbsp;-&nbsp;&nbsp;{0:dd-MM-yyyy} ")%></a>  
            </ItemTemplate> 
            <Items> 
            <telerik:RadPanelItem runat="server">  
            <ItemTemplate>   
            <b><%# Container.DataItem("Title") %></b>  
            </ItemTemplate> 
            </telerik:RadPanelItem> 
            </Items> 
            </telerik:RadPanelItem> 
            </Items> 
              
              
            </telerik:RadPanelBar> 
best regards

No answers yet. Maybe you can help?

Tags
PanelBar
Asked by
Metalvoice
Top achievements
Rank 1
Share this question
or