Hi all,
I am using a repeater control which has telerik RadDockZone, telerik RadDock as its child controls. I want to dynamically generate the text for TitleBarTemplate. When I use this:
I am using a repeater control which has telerik RadDockZone, telerik RadDock as its child controls. I want to dynamically generate the text for TitleBarTemplate. When I use this:
'
<%# DataBinder.Eval(Container.DataItem, "Name") %>'
I get an error which reads: "DataItem is not a member of System.Web.UI.Control
Any help will be greatly appreciated